diff --git a/nix/build-all.py b/nix/build-all.py index 536b7dba76..b917327218 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -681,7 +681,8 @@ cmake_args=[ "-DCMAKE_INSTALL_PREFIX=" "{DEPS_DIR}/install/ifcopenshell".format(**locals()), "-DBOOST_ROOT=" "{DEPS_DIR}/install/boost-{BOOST_VERSION}".format(**locals()), "-DGLTF_SUPPORT=" "ON", - "-DJSON_INCLUDE_DIR=" "{DEPS_DIR}/install/json".format(**locals()) + "-DJSON_INCLUDE_DIR=" "{DEPS_DIR}/install/json".format(**locals()), + "-DBoost_NO_BOOST_CMAKE=" "On" ] if "occ" in targets and USE_OCCT: