[libhv] Add DISABLE_PARALLEL (#16835)

* [libhv] Add DISABLE_PARALLEL

* Update versions
This commit is contained in:
NancyLi1013 2021-03-24 05:26:14 +08:00 committed by GitHub
parent 2bc10eae2f
commit f56e9dbaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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)"

View File

@ -3090,7 +3090,7 @@
},
"libhv": {
"baseline": "1.0.0",
"port-version": 0
"port-version": 1
},
"libhydrogen": {
"baseline": "2019-08-11",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "82104ab053e797fdcaa93d64b11fe05d37e5e14c",
"version": "1.0.0",
"port-version": 1
},
{
"git-tree": "53457f5b0cce060b81f86072bde37a9607fe38a8",
"version": "1.0.0",