Skip to content

Commit 06e618c

Browse files
authored
Removed CMAKE_POLICY_VERSION_MINIMUM=3.5 for libavif (#8973)
2 parents 90f115c + 57b77bd commit 06e618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ $(uname) != CYGWIN* ]]; then
6666
pushd depends && ./install_raqm.sh && popd
6767

6868
# libavif
69-
pushd depends && CMAKE_POLICY_VERSION_MINIMUM=3.5 ./install_libavif.sh && popd
69+
pushd depends && ./install_libavif.sh && popd
7070

7171
# extra test images
7272
pushd depends && ./install_extra_test_images.sh && popd

0 commit comments

Comments
 (0)