mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[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:
parent
ecc57a5c4d
commit
624bb3029b
@ -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()
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2550,7 +2550,7 @@
|
||||
},
|
||||
"glog": {
|
||||
"baseline": "0.5.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"gloo": {
|
||||
"baseline": "20201203",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "10e0077ffa3485fa75178aa8e2a3f8ec0314573b",
|
||||
"version": "0.5.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "c0809e03781b0f3f322236ad964b6caa464dfe21",
|
||||
"version": "0.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user