From c8d0408ffbe39c80310ac155fd86a01a9cfc8f2d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 1 Apr 2025 08:19:03 +1100 Subject: [PATCH] Continue to build libyuv on Linux --- .ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 265177af8..83d5df01c 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -63,7 +63,7 @@ if [[ $(uname) != CYGWIN* ]]; then pushd depends && ./install_raqm.sh && popd # libavif - pushd depends && ./install_libavif.sh && popd + pushd depends && CMAKE_POLICY_VERSION_MINIMUM=3.5 ./install_libavif.sh && popd # extra test images pushd depends && ./install_extra_test_images.sh && popd