[civetweb] add option support USE_ZLIB (#36083)

* [civetweb] add option support USE_ZLIB

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-01-10 17:24:54 -08:00 committed by GitHub
parent 6901e713ee
commit dba5cc8a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -31,6 +31,7 @@ vcpkg_cmake_configure(
-DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=OFF -DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=OFF
-DCIVETWEB_ENABLE_WEBSOCKETS=ON -DCIVETWEB_ENABLE_WEBSOCKETS=ON
-DCIVETWEB_ALLOW_WARNINGS=ON -DCIVETWEB_ALLOW_WARNINGS=ON
-DCIVETWEB_ENABLE_ZLIB=ON
"-DVERSION=${VERSION}" "-DVERSION=${VERSION}"
${FEATURE_OPTIONS} ${FEATURE_OPTIONS}
) )

View File

@ -1,7 +1,7 @@
{ {
"name": "civetweb", "name": "civetweb",
"version": "1.16", "version": "1.16",
"port-version": 1, "port-version": 2,
"description": "Easy to use, powerful, C/C++ embeddable web server.", "description": "Easy to use, powerful, C/C++ embeddable web server.",
"homepage": "https://github.com/civetweb/civetweb", "homepage": "https://github.com/civetweb/civetweb",
"supports": "!uwp", "supports": "!uwp",
@ -13,7 +13,8 @@
{ {
"name": "vcpkg-cmake-config", "name": "vcpkg-cmake-config",
"host": true "host": true
} },
"zlib"
], ],
"features": { "features": {
"ssl": { "ssl": {

View File

@ -1586,7 +1586,7 @@
}, },
"civetweb": { "civetweb": {
"baseline": "1.16", "baseline": "1.16",
"port-version": 1 "port-version": 2
}, },
"cjson": { "cjson": {
"baseline": "1.7.16", "baseline": "1.7.16",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e4dd629e48dc2fc142165bf825c99512544b568c",
"version": "1.16",
"port-version": 2
},
{ {
"git-tree": "23fa18e460290d6b0629ca6487f69b56845cfbda", "git-tree": "23fa18e460290d6b0629ca6487f69b56845cfbda",
"version": "1.16", "version": "1.16",