mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Enable ccache explicitly for builds #9359
Since it's now off by default
This commit is contained in:
@@ -210,6 +210,7 @@ def build() -> None:
|
||||
"-DGLTF_SUPPORT=ON",
|
||||
"-DBUILD_EXAMPLES=OFF",
|
||||
"-DBUILD_BONSAIVIEWER=ON",
|
||||
"-DUSE_CCACHE=ON",
|
||||
]
|
||||
)
|
||||
restore_env(*OLD_ADD_COMMIT_SHA)
|
||||
|
||||
Reference in New Issue
Block a user