Kaynağa Gözat

Disable SChannel backend;

bjorn 2 yıl önce
ebeveyn
işleme
0ac2cb5042
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -80,7 +80,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
 elseif (WIN32)
 elseif (WIN32)
 	option (USE_CURL_BACKEND "Use the libcurl backend" OFF)
 	option (USE_CURL_BACKEND "Use the libcurl backend" OFF)
 	option (USE_OPENSSL_BACKEND "Use the openssl backend" OFF)
 	option (USE_OPENSSL_BACKEND "Use the openssl backend" OFF)
-	option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" ON)
+	option (USE_SCHANNEL_BACKEND "Use the schannel backend (windows-only)" OFF)
 	option (USE_NSURL_BACKEND "Use the NSUrl backend (apple-only)" OFF)
 	option (USE_NSURL_BACKEND "Use the NSUrl backend (apple-only)" OFF)
 	option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF)
 	option (USE_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF)