Removed CMAKE_POLICY_VERSION_MINIMUM=3.5

This commit is contained in:
Andrew Murray 2025-05-24 11:55:18 +10:00
parent 7e4d8e2f55
commit 57b77bde96

View File

@ -66,7 +66,7 @@ if [[ $(uname) != CYGWIN* ]]; then
pushd depends && ./install_raqm.sh && popd
# libavif
pushd depends && CMAKE_POLICY_VERSION_MINIMUM=3.5 ./install_libavif.sh && popd
pushd depends && ./install_libavif.sh && popd
# extra test images
pushd depends && ./install_extra_test_images.sh && popd