Enable ccache explicitly for builds #9359

Since it's now off by default
This commit is contained in:
Andrej730
2026-08-27 11:25:53 +05:00
parent d2da2988a4
commit 3251c1b225
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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 (