From 9e9909e83a61a6597cf69d115a2d02be428066f7 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Sun, 20 Aug 2023 18:25:11 +0200 Subject: [PATCH] Use tag instead of branch --- 3rdParty/imgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )