Merge branch 'curl_http2' of github.com:fcharlie/vcpkg into curl_http2

This commit is contained in:
Force Charlie 2018-01-30 21:21:08 +08:00
commit 67889b7fc5

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)