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 da3ea61 commit 35bc7f7Copy full SHA for 35bc7f7
.github/workflows/build.yml
@@ -403,7 +403,7 @@ jobs:
403
- name: Build
404
run: |
405
cd build
406
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=ON ..
+ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DBUILD_SDLGPU=On -DBUILD_WITH_ALL=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
407
cmake --build . --parallel
408
409
- name: Deploy
0 commit comments