diff --git a/_example_integration/CMakeLists.txt b/_example_integration/CMakeLists.txt index 1fd0d084..9f4a0820 100644 --- a/_example_integration/CMakeLists.txt +++ b/_example_integration/CMakeLists.txt @@ -15,7 +15,7 @@ FetchContent_Declare( hello_imgui GIT_REPOSITORY https://github.com/pthom/hello_imgui.git # Enter the desired git tag below - # GIT_TAG + # GIT_TAG 0.8.0 ) FetchContent_MakeAvailable(hello_imgui) # Make cmake function `hello_imgui_add_app` available