We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220df82 commit d81ac52Copy full SHA for d81ac52
modules/imgcodecs/CMakeLists.txt
@@ -105,7 +105,7 @@ file(GLOB imgcodecs_ext_hdrs
105
106
if(IOS)
107
list(APPEND imgcodecs_srcs ${CMAKE_CURRENT_LIST_DIR}/src/ios_conversions.mm)
108
- list(APPEND IMGCODECS_LIBRARIES "-framework Accelerate" "-framework CoreGraphics" "-framework QuartzCore" "-framework AssetsLibrary")
+ list(APPEND IMGCODECS_LIBRARIES "-framework Accelerate" "-framework CoreGraphics" "-framework QuartzCore")
109
endif()
110
if(APPLE_FRAMEWORK)
111
list(APPEND IMGCODECS_LIBRARIES "-framework UIKit")
0 commit comments