fix: Fix dependency on system zlib (#1291)
This commit is contained in:
parent
bcc275454d
commit
168e74c4c9
|
@ -13,7 +13,7 @@ set(BUILD_SHARED_LIBS OFF)
|
||||||
set(USE_LIBIDN2 OFF)
|
set(USE_LIBIDN2 OFF)
|
||||||
set(USE_LIBRTMP OFF)
|
set(USE_LIBRTMP OFF)
|
||||||
set(CURL_USE_LIBSSH2 OFF)
|
set(CURL_USE_LIBSSH2 OFF)
|
||||||
set(CURL_ZLIB OFF)
|
set(CURL_ZLIB OFF CACHE STRING "Force curl not to search for system zlib")
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
# Use c-ares to fix static linking on Linux. Set USE_ARES directly, not the
|
# Use c-ares to fix static linking on Linux. Set USE_ARES directly, not the
|
||||||
|
|
Loading…
Reference in New Issue