Skip to content

Commit d81ac52

Browse files
Remove linking against AssetsLibrary framework
1 parent 220df82 commit d81ac52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgcodecs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ file(GLOB imgcodecs_ext_hdrs
105105

106106
if(IOS)
107107
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")
108+
list(APPEND IMGCODECS_LIBRARIES "-framework Accelerate" "-framework CoreGraphics" "-framework QuartzCore")
109109
endif()
110110
if(APPLE_FRAMEWORK)
111111
list(APPEND IMGCODECS_LIBRARIES "-framework UIKit")

0 commit comments

Comments
 (0)