mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Enable ccache explicitly for builds #9359
Since it's now off by default
This commit is contained in:
@@ -1701,6 +1701,7 @@ ifcos_build_args = [
|
||||
f"-DBUILD_CONVERT={OFF_ON['IfcConvert' in targets]}",
|
||||
f"-DBUILD_BONSAIVIEWER={OFF_ON['BonsaiViewer' in targets]}",
|
||||
f"-DCMAKE_INSTALL_PREFIX={DEPS_DIR}/install/ifcopenshell",
|
||||
"-DUSE_CCACHE=ON",
|
||||
]
|
||||
|
||||
if not WASM and (
|
||||
|
||||
Reference in New Issue
Block a user