mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Merge pull request #2636 from atrebbi:#3653
This commit is contained in:
commit
59cf62ad9e
@ -103,6 +103,7 @@ macro(ios_include_3party_libs)
|
||||
list(APPEND objlist "\"${objpath3}\"")
|
||||
endforeach() # (srcname ${sources})
|
||||
endforeach()
|
||||
ocv_list_filterout(objlist jmemansi) # <<= dirty fix
|
||||
endmacro()
|
||||
|
||||
if(IOS AND WITH_PNG)
|
||||
|
@ -40,6 +40,7 @@ def build_opencv(srcroot, buildroot, target, arch):
|
||||
"-DCMAKE_BUILD_TYPE=Release " +
|
||||
"-DCMAKE_TOOLCHAIN_FILE=%s/platforms/ios/cmake/Toolchains/Toolchain-%s_Xcode.cmake " +
|
||||
"-DBUILD_opencv_world=ON " +
|
||||
"-DCMAKE_C_FLAGS=\"-Wno-implicit-function-declaration\" " +
|
||||
"-DCMAKE_INSTALL_PREFIX=install") % (srcroot, target)
|
||||
# if cmake cache exists, just rerun cmake to update OpenCV.xproj if necessary
|
||||
if os.path.isfile(os.path.join(builddir, "CMakeCache.txt")):
|
||||
|
Loading…
Reference in New Issue
Block a user