aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForce Charlie <charlieio@outlook.com>2018-01-28 23:33:38 +0800
committerForce Charlie <charlieio@outlook.com>2018-01-28 23:33:38 +0800
commite6712779e7a0c8f34ed581131d80a639b28448a7 (patch)
treed4e37bee89d609bed679dfe082ee5ce700da56ba
parentb45bc185423e66cee437a6c1e46ddbb0932e4d00 (diff)
downloadvcpkg-e6712779e7a0c8f34ed581131d80a639b28448a7.tar.gz
vcpkg-e6712779e7a0c8f34ed581131d80a639b28448a7.zip
curl: disable WindowsStore HTTP2 support (nghttp2 not support)
-rw-r--r--ports/curl/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index 7752dd795..d397525c6 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -38,6 +38,7 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
-DENABLE_IPV6=OFF
-DENABLE_UNIX_SOCKETS=OFF
)
+ set(HTTP2_OPTIONS) ## disable curl HTTP2 support
endif()
vcpkg_find_acquire_program(PERL)