From 4afd89b617336337f692ef2e3505fedae0363bf2 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Sun, 20 Nov 2022 14:47:47 +0100 Subject: [PATCH] prepare tag --- _example_integration/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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