From aa5b8ce30a59c018c11d0cb13c1a519c2cf61edc Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 17 Dec 2023 13:24:17 +0100 Subject: [PATCH] Update build-all.py --- nix/build-all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 4571d32dd6..286c12f865 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -763,7 +763,6 @@ OFF_ON = ["OFF", "ON"] cmake_args = [ "-DUSE_MMAP=" "OFF", - "-DSCHEMA_VERSIONS=" "4x3_add2", "-DBUILD_EXAMPLES=" "OFF", "-DBUILD_SHARED_LIBS=" +OFF_ON[not BUILD_STATIC], "-DBOOST_ROOT=" f"{DEPS_DIR}/install/boost-{BOOST_VERSION}",