Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 498247e9..21cfc74b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -269,14 +269,6 @@ if(COMPILE_SERVER)
endif(OpenSSL_FOUND)
endif(COMPILE_SERVER)
-find_package(ZLIB)
-if(ZLIB_FOUND)
- include_directories(${ZLIB_INCLUDE_DIRS})
- set(EXT_LIBS ${EXT_LIBS} ${ZLIB_LIBRARIES})
-else(ZLIB_FOUND)
- message(SEND_ERROR "Cannot find zlib.")
-endif(ZLIB_FOUND)
-
if(USE_STATIC_LIBS)
set(CMAKE_FIND_LIBRARY_SUFFIXES ${_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
endif()