Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 4c979aa

Browse files
headupincloudsruslo
authored andcommitted
CMake touch ups for BUILD_opencv_world=ON
1 parent 8fedcda commit 4c979aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/world/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ if(IOS OR APPLE)
7070
endmacro()
7171

7272
if(WITH_PNG)
73-
ios_include_3party_libs(zlib libpng)
73+
ios_include_3party_libs(${ZLIB_LIBRARIES} ${PNG_LIBRARIES})
7474
endif()
7575

7676
if(WITH_JPEG)
77-
ios_include_3party_libs(libjpeg)
77+
ios_include_3party_libs(${JPEG_LIBRARIES})
7878
endif()
7979

8080
add_custom_command(TARGET ${the_module} POST_BUILD

0 commit comments

Comments
 (0)