mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
fixed bug with using not built-in ZLIB library
This commit is contained in:
parent
bb130d14bd
commit
b71bfef702
@ -1,5 +1,5 @@
|
||||
if(ZLIB_FOUND)
|
||||
include_directories(${ZLIB_INCUDE_DIR})
|
||||
include_directories(${ZLIB_INCLUDE_DIR})
|
||||
else()
|
||||
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/zlib")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user