mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:59:00 +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 6b8759a860
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
35 lines
679 B
JSON
35 lines
679 B
JSON
{
|
|
"name": "fbthrift",
|
|
"version-string": "2022.03.21.00",
|
|
"port-version": 2,
|
|
"description": "Facebook's branch of Apache Thrift, including a new C++ server.",
|
|
"homepage": "https://github.com/facebook/fbthrift",
|
|
"license": "Apache-2.0",
|
|
"supports": "x64 & static",
|
|
"dependencies": [
|
|
"boost-context",
|
|
"boost-filesystem",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"gflags",
|
|
"glog",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle",
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|