summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-21 09:48:34 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2014-01-21 09:48:34 (GMT)
commit1fc4df3e46b46eba7b05fe78aa57f734f430334f (patch)
tree07029ecae52e06ea4654395d8ed419ad63e81408
parent35827d2c19db8ad86690be32f33da7470abddf3d (diff)
Make finding zlib fail quietly.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0f917d..4a44649 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ if(TNG_USE_OPENMP)
endif()
endif()
-find_package(ZLIB)
+find_package(ZLIB QUIET)
include(CheckIncludeFile)
check_include_file(inttypes.h HAVE_INTTYPES_H)
contact: Jan Huwald // Impressum