Skip to content

Commit

Permalink
CURL_USE_WINSSL disable HTTP2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Jan 29, 2018
1 parent e671277 commit 278ab50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 278ab50

Please sign in to comment.