mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
CURL_USE_WINSSL disable HTTP2
This commit is contained in:
parent
e6712779e7
commit
278ab50c3f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user