mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
ENH: do not report if zlib is not found as it still works
This commit is contained in:
parent
18b3833f90
commit
600460ffc6
@ -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…
x
Reference in New Issue
Block a user