mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
Remove linking against AssetsLibrary framework
This commit is contained in:
parent
220df8252d
commit
d81ac52ce2
@ -105,7 +105,7 @@ file(GLOB imgcodecs_ext_hdrs
|
||||
|
||||
if(IOS)
|
||||
list(APPEND imgcodecs_srcs ${CMAKE_CURRENT_LIST_DIR}/src/ios_conversions.mm)
|
||||
list(APPEND IMGCODECS_LIBRARIES "-framework Accelerate" "-framework CoreGraphics" "-framework QuartzCore" "-framework AssetsLibrary")
|
||||
list(APPEND IMGCODECS_LIBRARIES "-framework Accelerate" "-framework CoreGraphics" "-framework QuartzCore")
|
||||
endif()
|
||||
if(APPLE_FRAMEWORK)
|
||||
list(APPEND IMGCODECS_LIBRARIES "-framework UIKit")
|
||||
|
Loading…
Reference in New Issue
Block a user