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 84ba218 commit 809e0c6Copy full SHA for 809e0c6
.github/workflows/build-deploy.yml
@@ -469,7 +469,7 @@ jobs:
469
git fetch --tags --recurse-submodules=no
470
git checkout `git tag --list --sort=creatordate | grep -vi "[baC]" | tail -n1`
471
git status
472
- cmake -D CMAKE_BUILD_TYPE=Release ..
+ cmake -D CMAKE_POLICY_VERSION_MINIMUM=3.5 -D CMAKE_BUILD_TYPE=Release ..
473
make -j 2
474
475
- name: Checkout latest stable tag
0 commit comments