[glog] Add feature unwind (#24292)

* [glog] Add feature unwind

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
LilyWangLL 2022-04-22 09:03:57 -07:00 committed by GitHub
parent ecc57a5c4d
commit 624bb3029b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 3 deletions

View File

@ -12,10 +12,15 @@ vcpkg_from_github(
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
unwind WITH_UNWIND
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
${FEATURE_OPTIONS}
)
vcpkg_cmake_install()

View File

@ -1,7 +1,7 @@
{
"name": "glog",
"version": "0.5.0",
"port-version": 1,
"port-version": 2,
"description": "C++ implementation of the Google logging module",
"homepage": "https://github.com/google/glog",
"license": null,
@ -15,5 +15,11 @@
"name": "vcpkg-cmake-config",
"host": true
}
]
],
"features": {
"unwind": {
"description": "Enable libunwind support",
"supports": "linux"
}
}
}

View File

@ -2550,7 +2550,7 @@
},
"glog": {
"baseline": "0.5.0",
"port-version": 1
"port-version": 2
},
"gloo": {
"baseline": "20201203",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "10e0077ffa3485fa75178aa8e2a3f8ec0314573b",
"version": "0.5.0",
"port-version": 2
},
{
"git-tree": "c0809e03781b0f3f322236ad964b6caa464dfe21",
"version": "0.5.0",