8000
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 a145e59 commit 2700ec9Copy full SHA for 2700ec9
setup.py
@@ -138,7 +138,7 @@ def main():
138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139
# https://github.com/skvark/opencv-python/issues/21
140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141
- cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7")
+ cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8")
142
143
if sys.platform.startswith('linux'):
144
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with
0 commit comments