We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6d429 commit 0f733c0Copy full SHA for 0f733c0
ci/install-macos-framework.sh
@@ -26,6 +26,7 @@ if [ ! -d "$opencv_contrib_src" ]; then
26
fi
27
28
if [[ "$OPENCV_VERSION" == "3.4.20" ]]; then # old OpenCV doesn't support choosing archs
29
+ export CMAKE_POLICY_VERSION_MINIMUM=3.5
30
arch_arg=
31
else
32
arch_arg="--macos_archs $(uname -m)"
0 commit comments