[vcpkg baseline][nghttp3] Fix configure when cunit was installed (#26604)

* [vcpkg baseline][nghttp3] Fix configure when cunit was installed

* version
This commit is contained in:
Jack·Boos·Yu 2022-08-31 20:48:17 +00:00 committed by GitHub
parent dd66c57b83
commit c96b24ce57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 1 deletions

View File

@ -14,9 +14,13 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DENABLE_LIB_ONLY=ON
-DBUILD_TESTING=OFF
"-DENABLE_STATIC_CRT=${ENABLE_STATIC_CRT}"
"-DENABLE_STATIC_LIB=${ENABLE_STATIC_LIB}"
"-DENABLE_SHARED_LIB=${ENABLE_SHARED_LIB}"
-DCMAKE_DISABLE_FIND_PACKAGE_CUnit=ON
MAYBE_UNUSED_VARIABLES
BUILD_TESTING
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()

View File

@ -1,6 +1,7 @@
{
"name": "nghttp3",
"version": "0.7.0",
"port-version": 1,
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
"homepage": "https://github.com/ngtcp2/nghttp3",
"license": "MIT",

View File

@ -4990,7 +4990,7 @@
},
"nghttp3": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"ngspice": {
"baseline": "37",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cf61122128fd277764b9319577d2ed3636c1d0d0",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "f71e5ffcb5802adeb997b151ea1277662ff9b03f",
"version": "0.7.0",