From 1374d4dc2cdf13d7613ae5eddc4aab4c1628de97 Mon Sep 17 00:00:00 2001 From: Joe Donofry Date: Mon, 16 Jun 2025 21:54:44 -0400 Subject: [PATCH] update macOS CI to set ignore cmake < 3.5 version errors --- .ci/macos/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index 1a2d12f1..32b7bb16 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -24,7 +24,8 @@ cmake -GNinja -S. -Bbuild \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ - -DCI_BUILD=ON + -DCI_BUILD=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 cmake --build build cmake --install build ( cd build