diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-03-24 05:26:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 14:26:14 -0700 |
| commit | f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab (patch) | |
| tree | 258e7b09f499c93bb613a6c4718bf4d5b14bd6e1 | |
| parent | 2bc10eae2fb0b8c7c098325c4e9d82aa5d0329d9 (diff) | |
| download | vcpkg-f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab.tar.gz vcpkg-f56e9dbaebe9e1d4e86948882ca9b0f1c363c6ab.zip | |
[libhv] Add DISABLE_PARALLEL (#16835)
* [libhv] Add DISABLE_PARALLEL
* Update versions
| -rw-r--r-- | ports/libhv/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/libhv/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libhv.json | 5 |
4 files changed, 8 insertions, 1 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)" diff --git a/versions/baseline.json b/versions/baseline.json index b65bc2a6c..c8c3167a1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3090,7 +3090,7 @@ }, "libhv": { "baseline": "1.0.0", - "port-version": 0 + "port-version": 1 }, "libhydrogen": { "baseline": "2019-08-11", diff --git a/versions/l-/libhv.json b/versions/l-/libhv.json index bf02f8121..8d373a261 100644 --- a/versions/l-/libhv.json +++ b/versions/l-/libhv.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "82104ab053e797fdcaa93d64b11fe05d37e5e14c", + "version": "1.0.0", + "port-version": 1 + }, + { "git-tree": "53457f5b0cce060b81f86072bde37a9607fe38a8", "version": "1.0.0", "port-version": 0 |
