mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:35:37 +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(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
|
DISABLE_PARALLEL
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DBUILD_EXAMPLES=OFF
|
-DBUILD_EXAMPLES=OFF
|
||||||
-DBUILD_UNITTEST=OFF
|
-DBUILD_UNITTEST=OFF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libhv",
|
"name": "libhv",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
|
"description": "Libhv is a C/C++ network library similar to libevent/libuv.",
|
||||||
"homepage": "https://github.com/ithewei/libhv",
|
"homepage": "https://github.com/ithewei/libhv",
|
||||||
"supports": "!(arm | uwp)"
|
"supports": "!(arm | uwp)"
|
||||||
|
@ -3090,7 +3090,7 @@
|
|||||||
},
|
},
|
||||||
"libhv": {
|
"libhv": {
|
||||||
"baseline": "1.0.0",
|
"baseline": "1.0.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libhydrogen": {
|
"libhydrogen": {
|
||||||
"baseline": "2019-08-11",
|
"baseline": "2019-08-11",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "82104ab053e797fdcaa93d64b11fe05d37e5e14c",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "53457f5b0cce060b81f86072bde37a9607fe38a8",
|
"git-tree": "53457f5b0cce060b81f86072bde37a9607fe38a8",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user