From 2e507be500381cf3ed31d9da9c75154a949ebf72 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Sep 2025 23:37:33 -0400 Subject: [PATCH] build: try hint for imgui --- xo-imgui/src/imgui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xo-imgui/src/imgui/CMakeLists.txt b/xo-imgui/src/imgui/CMakeLists.txt index 7a4670e5..c5452600 100644 --- a/xo-imgui/src/imgui/CMakeLists.txt +++ b/xo-imgui/src/imgui/CMakeLists.txt @@ -2,6 +2,7 @@ find_path(IMGUI_INCLUDE_DIR NAMES imgui/imgui.h + HINTS ${XO_UMBRELLA_SOURCE_DIR}/ DOC "path to imgui header") if (IMGUI_INCLUDE_DIR) message(STATUS