mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
[libhv] Add DISABLE_PARALLEL (#16835)
* [libhv] Add DISABLE_PARALLEL * Update versions
This commit is contained in:
parent
2bc10eae2f
commit
f56e9dbaeb
@ -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
|
||||
|
@ -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)"
|
||||
|
@ -3090,7 +3090,7 @@
|
||||
},
|
||||
"libhv": {
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libhydrogen": {
|
||||
"baseline": "2019-08-11",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "82104ab053e797fdcaa93d64b11fe05d37e5e14c",
|
||||
"version": "1.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "53457f5b0cce060b81f86072bde37a9607fe38a8",
|
||||
"version": "1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user