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 48abd27 commit 4137e6fCopy full SHA for 4137e6f
.github/workflows/cd.yml
@@ -27,7 +27,7 @@ jobs:
27
export DOXYGEN_RELEASE=Release_${{ env.DOXYGEN_VERSION }}
28
wget https://github.com/doxygen/doxygen/archive/refs/tags/${DOXYGEN_RELEASE}.tar.gz -O - | tar -xz
29
cd doxygen-${DOXYGEN_RELEASE}
30
- cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release
+ cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
31
cmake --build build
32
cd build/bin
33
tar -cz doxygen -f ${{ github.workspace }}/doxygen.tar.gz
0 commit comments