From e03ac4957bd34530341a2d0c404632c8ec79df3d Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Sat, 17 Dec 2022 15:50:10 +0800 Subject: [PATCH] ENH: curl: set backend to openssl for windows Change-Id: I64c3b9f29ec7e986585e7e8361931599d5398125 --- deps/CURL/CURL.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/CURL/CURL.cmake b/deps/CURL/CURL.cmake index b369caed2..206a4bcfa 100644 --- a/deps/CURL/CURL.cmake +++ b/deps/CURL/CURL.cmake @@ -25,7 +25,8 @@ set(_curl_platform_flags ) if (WIN32) - set(_curl_platform_flags ${_curl_platform_flags} -DCMAKE_USE_SCHANNEL=ON) + #set(_curl_platform_flags ${_curl_platform_flags} -DCMAKE_USE_SCHANNEL=ON) + set(_curl_platform_flags ${_curl_platform_flags} -DCMAKE_USE_OPENSSL=ON -DCURL_CA_PATH:STRING=none) elseif (APPLE) set(_curl_platform_flags