Update build-all.py

This commit is contained in:
Thomas Krijnen
2023-12-17 13:24:17 +01:00
committed by GitHub
parent c4326e557c
commit aa5b8ce30a
-1
View File
@@ -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}",