Build: cmake: fixes #26247 update cmake to work with new required dep lark for BIM (#26407)

This commit is contained in:
Chris
2026-01-11 19:55:38 -06:00
committed by GitHub
parent 419e1822b8
commit 12d1dba109
4 changed files with 67 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ if(NOT FREECAD_LIBPACK_USE OR FREECAD_LIBPACK_CHECKFILE_CLBUNDLER OR FREECAD_LIB
# SetupCoin3D can overwrite find_package(Boost) output so keep this after.
SetupBoost()
if(BUILD_BIM)
SetupLark()
endif()
endif()
if(BUILD_VR)