Skip to content

Commit 0f733c0

Browse files
committed
Fix macOS CI build for 3.4.20
1 parent 7d6d429 commit 0f733c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install-macos-framework.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [ ! -d "$opencv_contrib_src" ]; then
2626
fi
2727

2828
if [[ "$OPENCV_VERSION" == "3.4.20" ]]; then # old OpenCV doesn't support choosing archs
29+
export CMAKE_POLICY_VERSION_MINIMUM=3.5
2930
arch_arg=
3031
else
3132
arch_arg="--macos_archs $(uname -m)"

0 commit comments

Comments
 (0)