We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29d2f8 commit 6d425c5Copy full SHA for 6d425c5
1 file changed
src/CMakeLists.txt
@@ -338,6 +338,8 @@ elseif (APPLE)
338
set(CURL_DEFAULT_SSL_BACKEND "openssl")
339
set(CURL_USE_LIBPSL OFF CACHE BOOL "" FORCE)
340
set(CURL_USE_LIBIDN2 OFF CACHE BOOL "" FORCE)
341
+ # Use system zlib on macOS to avoid target conflicts
342
+ set(CURL_ZLIB OFF CACHE BOOL "" FORCE)
343
else()
344
set(CURL_USE_GNUTLS ON CACHE BOOL "" FORCE)
345
set(CURL_DEFAULT_SSL_BACKEND "gnutls")
0 commit comments