mirror of
https://github.com/curl/curl.git
synced 2026-07-31 18:08:04 +03:00
ENH: do not report if zlib is not found as it still works
This commit is contained in:
parent
18b3833f90
commit
600460ffc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue