mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 12:22:51 +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)
|
if(IOS)
|
||||||
list(APPEND imgcodecs_srcs ${CMAKE_CURRENT_LIST_DIR}/src/ios_conversions.mm)
|
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()
|
endif()
|
||||||
if(APPLE_FRAMEWORK)
|
if(APPLE_FRAMEWORK)
|
||||||
list(APPEND IMGCODECS_LIBRARIES "-framework UIKit")
|
list(APPEND IMGCODECS_LIBRARIES "-framework UIKit")
|
||||||
|
Loading…
Reference in New Issue
Block a user