diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 430a6b5..73c512d 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -19,7 +19,8 @@ if (NOT TARGET imgui) FetchContent_Declare(imgui GIT_REPOSITORY https://github.com/ocornut/imgui.git #GIT_TAG d6cb3c9 # v1.90.1 - GIT_TAG b475309fa1e # tomato at ~v0.2 + #GIT_TAG b475309fa1e # tomato at ~v0.2 + GIT_TAG 6ccc561 # v1.90.6 EXCLUDE_FROM_ALL )