We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd86651 commit 9f580e5Copy full SHA for 9f580e5
vendor/imgui-setup/CMakeLists.txt
@@ -1,7 +1,4 @@
1
-FetchContent_GetProperties(imgui)
2
-if (NOT imgui_POPULATED)
3
- FetchContent_Populate(imgui)
4
-endif ()
+FetchContent_MakeAvailable(imgui)
5
6
add_library(imgui
7
${imgui_SOURCE_DIR}/imgui.cpp ${imgui_SOURCE_DIR}/imgui.h
0 commit comments