update imgui to v1.91.7
This commit is contained in:
parent
78c36c7271
commit
31c3ed4688
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -13,7 +13,7 @@ endif()
|
|||||||
if (NOT TARGET imgui)
|
if (NOT TARGET imgui)
|
||||||
FetchContent_Declare(imgui
|
FetchContent_Declare(imgui
|
||||||
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
GIT_REPOSITORY https://github.com/ocornut/imgui.git
|
||||||
GIT_TAG cb16568 # v1.91.3
|
GIT_TAG 5c1d2d1e4c562a2ed3efbc64476e703a655b45fd # v1.91.7
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
CONFIGURE_COMMAND "" # remove?
|
CONFIGURE_COMMAND "" # remove?
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user