We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3739 commit 0c072bdCopy full SHA for 0c072bd
src/CMakeLists.txt
@@ -326,9 +326,9 @@ if (WIN32)
326
set(CURL_USE_LIBIDN2 OFF CACHE BOOL "" FORCE)
327
elseif (APPLE)
328
# Use SecureTransport on macOS to avoid external dependency conflicts
329
- set(CURL_USE_SECTRANSP ON CACHE BOOL "" FORCE)
+ set(CURL_USE_SECURETRANSPORT ON CACHE BOOL "" FORCE)
330
set(CURL_USE_GNUTLS OFF CACHE BOOL "" FORCE)
331
- set(CURL_DEFAULT_SSL_BACKEND "sectransp")
+ set(CURL_DEFAULT_SSL_BACKEND "securetransport")
332
set(CURL_USE_LIBPSL OFF CACHE BOOL "" FORCE)
333
334
else()
0 commit comments