From 1fc4df3e46b46eba7b05fe78aa57f734f430334f Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Tue, 21 Jan 2014 10:48:34 +0100 Subject: Make finding zlib fail quietly. 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) -- cgit v0.10.1