Browse Source

Disable SChannel backend;

bjorn 2 years ago
parent
commit
0ac2cb5042
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -80,7 +80,7 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
 elseif (WIN32)
 	option (USE_CURL_BACKEND "Use the libcurl 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_ANDROID_BACKEND "Use the Android Java backend (Android-only)" OFF)