mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[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:
parent
6901e713ee
commit
dba5cc8a76
@ -31,6 +31,7 @@ vcpkg_cmake_configure(
|
||||
-DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=OFF
|
||||
-DCIVETWEB_ENABLE_WEBSOCKETS=ON
|
||||
-DCIVETWEB_ALLOW_WARNINGS=ON
|
||||
-DCIVETWEB_ENABLE_ZLIB=ON
|
||||
"-DVERSION=${VERSION}"
|
||||
${FEATURE_OPTIONS}
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "civetweb",
|
||||
"version": "1.16",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Easy to use, powerful, C/C++ embeddable web server.",
|
||||
"homepage": "https://github.com/civetweb/civetweb",
|
||||
"supports": "!uwp",
|
||||
@ -13,7 +13,8 @@
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"ssl": {
|
||||
|
@ -1586,7 +1586,7 @@
|
||||
},
|
||||
"civetweb": {
|
||||
"baseline": "1.16",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"cjson": {
|
||||
"baseline": "1.7.16",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e4dd629e48dc2fc142165bf825c99512544b568c",
|
||||
"version": "1.16",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "23fa18e460290d6b0629ca6487f69b56845cfbda",
|
||||
"version": "1.16",
|
||||
|
Loading…
Reference in New Issue
Block a user