diff options
| -rw-r--r-- | ports/curl/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake index d397525c6..f45ee8016 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) |
