fixed bug with using not built-in ZLIB library

pull/13383/head
Alexander Shishkov 14 years ago
parent bb130d14bd
commit b71bfef702
  1. 2
      modules/core/CMakeLists.txt

@ -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…
Cancel
Save