Skip to content

Commit c5b34e1

Browse files
committed
remove cmake args
1 parent 87252ed commit c5b34e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ def main():
137137
if sys.platform == 'darwin':
138138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139139
# 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++'")
142140

143141
if sys.platform.startswith('linux'):
144142
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411

0 commit comments

Comments
 (0)