mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[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:
parent
dd66c57b83
commit
c96b24ce57
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -4990,7 +4990,7 @@
|
||||
},
|
||||
"nghttp3": {
|
||||
"baseline": "0.7.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ngspice": {
|
||||
"baseline": "37",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cf61122128fd277764b9319577d2ed3636c1d0d0",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f71e5ffcb5802adeb997b151ea1277662ff9b03f",
|
||||
"version": "0.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user