@@ -39,7 +39,7 @@ add_library (https-schannel STATIC EXCLUDE_FROM_ALL
3939)
4040
4141add_library (https-nsurl STATIC EXCLUDE_FROM_ALL
42- macos /NSURLClient.mm
42+ apple /NSURLClient.mm
4343)
4444
4545add_library (https-android STATIC EXCLUDE_FROM_ALL
@@ -51,31 +51,31 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
5151 option (USE_CURL_BACKEND "Use the libcurl backend" ON )
5252 option (USE_OPENSSL_BACKEND "Use the openssl backend" ON )
5353 option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF )
54- option (USE_NSURL_BACKEND "Use the NSUrl backend (macos -only)" OFF )
54+ option (USE_NSURL_BACKEND "Use the NSUrl backend (apple -only)" OFF )
5555 option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF )
5656
5757 option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" OFF )
5858elseif (WIN32 )
5959 option (USE_CURL_BACKEND "Use the libcurl backend" OFF )
6060 option (USE_OPENSSL_BACKEND "Use the openssl backend" OFF )
6161 option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" ON )
62- option (USE_NSURL_BACKEND "Use the NSUrl backend (macos -only)" OFF )
62+ option (USE_NSURL_BACKEND "Use the NSUrl backend (apple -only)" OFF )
6363 option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF )
6464
6565 option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" ON )
6666elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" )
6767 option (USE_CURL_BACKEND "Use the libcurl backend" OFF )
6868 option (USE_OPENSSL_BACKEND "Use the openssl backend" OFF )
6969 option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF )
70- option (USE_NSURL_BACKEND "Use the NSUrl backend (macos -only)" ON )
70+ option (USE_NSURL_BACKEND "Use the NSUrl backend (apple -only)" ON )
7171 option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF )
7272
7373 option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" OFF )
7474elseif (ANDROID )
7575 option (USE_CURL_BACKEND "Use the libcurl backend" OFF )
7676 option (USE_OPENSSL_BACKEND "Use the openssl backend" OFF )
7777 option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF )
78- option (USE_NSURL_BACKEND "Use the NSUrl backend (macos -only)" OFF )
78+ option (USE_NSURL_BACKEND "Use the NSUrl backend (apple -only)" OFF )
7979 option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" ON )
8080
8181 option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" OFF )
0 commit comments