Update build-all.py

This commit is contained in:
Thomas Krijnen
2022-01-16 13:59:19 +01:00
committed by GitHub
parent a30a8cd920
commit 482788a46f
+1 -1
View File
@@ -692,7 +692,7 @@ cmake_args = [
"-DGLTF_SUPPORT=" "ON",
"-DJSON_INCLUDE_DIR=" f"{DEPS_DIR}/install/json",
"-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: