diff --git a/3rdParty/imgui/CMakeLists.txt b/3rdParty/imgui/CMakeLists.txt index ef08911..bfbcc74 100644 --- a/3rdParty/imgui/CMakeLists.txt +++ b/3rdParty/imgui/CMakeLists.txt @@ -7,7 +7,7 @@ set(IMGUI_SRC_DIR ${CMAKE_BINARY_DIR}/3rdParty/imgui/imgui-src) FetchContent_Populate(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git GIT_SHALLOW TRUE - GIT_TAG origin/docking + GIT_TAG v1.89.8-docking SOURCE_DIR ${IMGUI_SRC_DIR} )