aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/curl/portfile.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index 075f9856e..cd2ed8b19 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -21,10 +21,6 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" CURL_STATICLIB)
# Support HTTP2 TSL Download https://curl.haxx.se/ca/cacert.pem rename to curl-ca-bundle.crt, copy it to libcurl.dll location.
set(HTTP2_OPTIONS)
if("http2" IN_LIST FEATURES)
- if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
- message(FATAL_ERROR "The http2 feature cannot be enabled when building for UWP.")
- endif()
-
set(HTTP2_OPTIONS -DUSE_NGHTTP2=ON)
endif()