mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 15:48:13 +08:00
078f136afc
* glog upgrade * tmp * is glog initialized * fix glog dependency * fix glog dependency * fix folly abort call * delete buildtrees * fix folly abort call * delete useless lines * fix caffe2 isglog initialized * make patches shorter * glog fix typo * glog fix tab * Remove cpp patch since we don't need it * Revert 6b8759a860d5307a9ae31247eff3bce48f56aeaf Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"name": "glog",
|
|
"version": "0.6.0",
|
|
"description": "C++ implementation of the Google logging module",
|
|
"homepage": "https://github.com/google/glog",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"gflags",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"unwind": {
|
|
"description": "Enable libunwind support",
|
|
"supports": "linux"
|
|
}
|
|
}
|
|
}
|