diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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) |