Skip to content

Commit 0c072bd

Browse files
rename
1 parent b3b3739 commit 0c072bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ if (WIN32)
326326
set(CURL_USE_LIBIDN2 OFF CACHE BOOL "" FORCE)
327327
elseif (APPLE)
328328
# Use SecureTransport on macOS to avoid external dependency conflicts
329-
set(CURL_USE_SECTRANSP ON CACHE BOOL "" FORCE)
329+
set(CURL_USE_SECURETRANSPORT ON CACHE BOOL "" FORCE)
330330
set(CURL_USE_GNUTLS OFF CACHE BOOL "" FORCE)
331-
set(CURL_DEFAULT_SSL_BACKEND "sectransp")
331+
set(CURL_DEFAULT_SSL_BACKEND "securetransport")
332332
set(CURL_USE_LIBPSL OFF CACHE BOOL "" FORCE)
333333
set(CURL_USE_LIBIDN2 OFF CACHE BOOL "" FORCE)
334334
else()

0 commit comments

Comments
 (0)