mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 20:00:02 +00:00
build scripts - don't provide ccache explicitly
as it's autodetected
This commit is contained in:
@@ -42,8 +42,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
|
|
||||||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=$PWD/install/ \
|
-DCMAKE_INSTALL_PREFIX=$PWD/install/ \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_PREFIX_PATH=/usr \
|
-DCMAKE_PREFIX_PATH=/usr \
|
||||||
|
|||||||
Reference in New Issue
Block a user