Remove const

This commit is contained in:
Thomas Krijnen
2023-12-15 14:31:40 +01:00
parent 0cf5d1c968
commit c4326e557c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -763,6 +763,7 @@ 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}",