CURL_USE_WINSSL disable HTTP2

This commit is contained in:
Force Charlie 2018-01-29 12:40:16 +08:00
parent e6712779e7
commit 278ab50c3f

View File

@ -28,6 +28,7 @@ set(USE_OPENSSL ON)
if(CURL_USE_WINSSL)
set(USE_OPENSSL OFF)
set(USE_WINSSL ON)
set(HTTP2_OPTIONS) ## disable HTTP2 when CURL_USE_WINSSL
endif()
set(UWP_OPTIONS)