From 9909fc4ba7196e9be95084cd897749b3f5cd08bc Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Sun, 8 Dec 2024 12:10:57 +0100 Subject: [PATCH] Add note / conda patch 0002-Do-not-force-static-freetype (not required anymore) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d41f5f..2e54092b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ endif() ibd_check_freetype_availability(freetype_default) # Note: to reduce wasm size, you may want to disable freetype on emscripten. option(HELLOIMGUI_USE_FREETYPE "Use freetype for text rendering" ${freetype_default}) -ibd_force_freetype_static_for_python() +ibd_force_freetype_static_for_python() # Will do **nothing** if IMGUI_BUNDLE_PYTHON_USE_SYSTEM_LIBS (conda) is set # IMGUI_BUNDLE_BUILD_DEMOS: Build demos # -----------------------------------------------------------------------------