We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358097f commit c966038Copy full SHA for c966038
setup.py
@@ -141,8 +141,7 @@ def main():
141
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8")
142
143
if sys.platform == 'darwin' and build_contrib:
144
- # see: https://github.com/opencv/opencv_contrib/issues/1388#issuecomment-354403896
145
- cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
+ cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++ -std=c++11")
146
147
if sys.platform.startswith('linux'):
148
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with
0 commit comments