Skip to content

Commit

Permalink
Add note / conda patch 0002-Do-not-force-static-freetype (not require…
Browse files Browse the repository at this point in the history
…d anymore)
  • Loading branch information
pthom committed Dec 8, 2024
1 parent 08280dd commit 9909fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 9909fc4

Please sign in to comment.