Skip to content

Commit 2700ec9

Browse files
committed
opencv 4.1.1 does not seem to support macOS 10.7 anymore, bump to 10.8
1 parent a145e59 commit 2700ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def main():
138138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139139
# https://github.com/skvark/opencv-python/issues/21
140140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141-
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7")
141+
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8")
142142

143143
if sys.platform.startswith('linux'):
144144
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with

0 commit comments

Comments
 (0)