mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:21:50 +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_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}
|
||||||
)
|
)
|
||||||
|
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user