From 55d24ba1eea65dc3ff0c327c91c86fdec5b1e61b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jan 2021 15:58:04 +0000 Subject: [PATCH] No boost cmake flag --- nix/build-all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: