From 278ab50c3f0e14555c0fc33d7d10a2b8fa239041 Mon Sep 17 00:00:00 2001 From: Force Charlie Date: Mon, 29 Jan 2018 12:40:16 +0800 Subject: [PATCH] CURL_USE_WINSSL disable HTTP2 --- ports/curl/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake index d397525c6d..f45ee8016e 100644 --- a/ports/curl/portfile.cmake +++ b/ports/curl/portfile.cmake @@ -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)