fix: Fix dependency on system zlib (#1291)

This commit is contained in:
Joey Parrish 2023-10-19 10:05:23 -07:00 committed by GitHub
parent bcc275454d
commit 168e74c4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ set(BUILD_SHARED_LIBS OFF)
set(USE_LIBIDN2 OFF)
set(USE_LIBRTMP 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)
# Use c-ares to fix static linking on Linux. Set USE_ARES directly, not the