mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Update build-all.py
This commit is contained in:
+1
-1
@@ -692,7 +692,7 @@ cmake_args = [
|
|||||||
"-DGLTF_SUPPORT=" "ON",
|
"-DGLTF_SUPPORT=" "ON",
|
||||||
"-DJSON_INCLUDE_DIR=" f"{DEPS_DIR}/install/json",
|
"-DJSON_INCLUDE_DIR=" f"{DEPS_DIR}/install/json",
|
||||||
"-DBoost_NO_BOOST_CMAKE=" "On",
|
"-DBoost_NO_BOOST_CMAKE=" "On",
|
||||||
"-DADD_COMMIT_SHA=" ("On" if ADD_COMMIT_SHA else "Off")
|
"-DADD_COMMIT_SHA=" +("On" if ADD_COMMIT_SHA else "Off")
|
||||||
]
|
]
|
||||||
|
|
||||||
if "cgal" in targets:
|
if "cgal" in targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user