提交 c5b34e1f 编写于 作者: O Olli-Pekka Heinisuo

remove cmake args

上级 87252ed2
......@@ -137,8 +137,6 @@ def main():
if sys.platform == 'darwin':
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
# https://github.com/skvark/opencv-python/issues/21
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7")
cmake_args.append("-DCMAKE_CXX_FLAGS='-stdlib=libc++'")
if sys.platform.startswith('linux'):
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册