We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fadc49 commit ddfa9bfCopy full SHA for ddfa9bf
CMakeLists.txt
@@ -6,7 +6,6 @@ set(BUILD_SHARED_LIBS OFF)
6
set(THREADS_PREFER_PTHREAD_FLAG ON)
7
8
add_compile_definitions(ImDrawIdx=unsigned)
9
-add_compile_definitions(IMGUI_DISABLE_OBSOLETE_FUNCTIONS)
10
11
add_subdirectory(external)
12
external/CMakeLists.txt
@@ -10,7 +10,7 @@ FetchContent_MakeAvailable(SFML)
FetchContent_Declare(ImGui
GIT_REPOSITORY https://github.com/ocornut/imgui
13
- GIT_TAG v1.91.1
+ GIT_TAG v1.91.9b
14
GIT_PROGRESS TRUE)
15
FetchContent_MakeAvailable(ImGui)
16
0 commit comments