1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Modified zlib search. Use system zlib on Android by default

This commit is contained in:
Andrey Kamaev
2012-02-24 12:23:34 +00:00
parent b12f18536f
commit a8f0c93379
6 changed files with 33 additions and 36 deletions
-4
View File
@@ -1,9 +1,5 @@
set(the_description "The Core Functionality")
ocv_add_module(core ${ZLIB_LIBRARY})
if(NOT ZLIB_FOUND)
set(ZLIB_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/zlib")
endif()
ocv_module_include_directories(${ZLIB_INCLUDE_DIR})
if(HAVE_CUDA)