aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-03-24 05:26:14 +0800
committerGitHub <noreply@github.com>2021-03-23 14:26:14 -0700
commitf56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab (patch)
tree258e7b09f499c93bb613a6c4718bf4d5b14bd6e1 /ports
parent2bc10eae2fb0b8c7c098325c4e9d82aa5d0329d9 (diff)
downloadvcpkg-f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab.tar.gz
vcpkg-f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab.zip
[libhv] Add DISABLE_PARALLEL (#16835)
* [libhv] Add DISABLE_PARALLEL * Update versions
Diffstat (limited to 'ports')
-rw-r--r--ports/libhv/portfile.cmake1
-rw-r--r--ports/libhv/vcpkg.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/libhv/portfile.cmake b/ports/libhv/portfile.cmake
index 8f25101c0..01c6f83a5 100644
--- a/ports/libhv/portfile.cmake
+++ b/ports/libhv/portfile.cmake
@@ -14,6 +14,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_SHARED)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL
OPTIONS
-DBUILD_EXAMPLES=OFF
-DBUILD_UNITTEST=OFF
diff --git a/ports/libhv/vcpkg.json b/ports/libhv/vcpkg.json
index adfef8d20..c6e1a50f7 100644
--- a/ports/libhv/vcpkg.json
+++ b/ports/libhv/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "libhv",
"version": "1.0.0",
+ "port-version": 1,
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
"homepage": "https://github.com/ithewei/libhv",
"supports": "!(arm | uwp)"