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 3fe1c28 commit 7a1e725Copy full SHA for 7a1e725
1 file changed
.github/workflows/public.continuous.yml
@@ -130,6 +130,6 @@ jobs:
130
$opts += " -DEMBREE_TESTING_INTENSITY=2"
131
$opts += " -DCMAKE_BUILD_TYPE=Release"
132
133
- cmake -S superbuild -B build -D BUILD_TBB_FROM_SOURCE=ON -D EMBREE_EXTRA_OPTIONS="$opts"
+ cmake -S superbuild -B build -G "Ninja Multi-Config" -D BUILD_TBB_FROM_SOURCE=ON -D EMBREE_EXTRA_OPTIONS="$opts"
134
cmake --build build --config Release
135
ctest --test-dir build/embree/build -C Release --output-on-failure
0 commit comments