ENH: do not report if zlib is not found as it still works

This commit is contained in:
Bill Hoffman 2009-07-14 13:34:37 +00:00
parent 18b3833f90
commit 600460ffc6
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ set(HAVE_LIBZ OFF)
set(HAVE_ZLIB_H OFF)
set(HAVE_ZLIB OFF)
if(CURL_ZLIB) # AND CURL_CONFIG_HAS_BEEN_RUN_BEFORE
find_package(ZLIB)
find_package(ZLIB QUIET)
if(ZLIB_FOUND)
set(HAVE_ZLIB_H ON)
set(HAVE_ZLIB ON)