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 87252ed commit c5b34e1Copy full SHA for c5b34e1
setup.py
@@ -137,8 +137,6 @@ def main():
137
if sys.platform == 'darwin':
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_OSX_DEPLOYMENT_TARGET=10.7")
141
- cmake_args.append("-DCMAKE_CXX_FLAGS='-stdlib=libc++'")
142
143
if sys.platform.startswith('linux'):
144
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411
0 commit comments