From b61187ef0ed9c2148b61de14f6be03f7f21a1675 Mon Sep 17 00:00:00 2001 From: GhostofCookie Date: Wed, 23 Apr 2025 11:18:44 -0400 Subject: [PATCH] Fix hello_imgui version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71a054e..836580f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ if (UNIX) add_compile_options(-fPIC) endif() -CPMAddPackage("gh:GhostofCookie/hello_imgui#0e0adb7") +CPMAddPackage("gh:pthom/hello_imgui#c985031") include(FetchContent) include(cmake/add_libs.cmake)