Skip to content

Commit 9f580e5

Browse files
committed
Upgrade ImGui CMake usage
1 parent cd86651 commit 9f580e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vendor/imgui-setup/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
FetchContent_GetProperties(imgui)
2-
if (NOT imgui_POPULATED)
3-
FetchContent_Populate(imgui)
4-
endif ()
1+
FetchContent_MakeAvailable(imgui)
52

63
add_library(imgui
74
${imgui_SOURCE_DIR}/imgui.cpp ${imgui_SOURCE_DIR}/imgui.h

0 commit comments

Comments
 (0)