We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1801851 commit 0d65e11Copy full SHA for 0d65e11
1 file changed
.github/workflows/main.yml
@@ -173,7 +173,7 @@ jobs:
173
# Embree is now in a fixed location
174
$embreeLocation = "$PWD/../thirdparty/embree"
175
Write-Host "Setting EMBREE_LOCATION to: $embreeLocation"
176
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILE_WARNING_AS_ERROR=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DEMBREE_LOCATION="$embreeLocation"
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_COMPILE_WARNING_AS_ERROR=OFF -DCMAKE_VERBOSE_MAKEFILE=ON -DEMBREE_LOCATION="$embreeLocation"
177
178
- name: Configure CMake (macOS)
179
if: runner.os == 'macOS'
0 commit comments