vcpkg/ports/braft/vcpkg.json
Billy O'Neal 3e8c7ff5d6
[braft] Fix GCC11 (#31965)
* [braft] Fix GCC11.

* Add quotes.
2023-06-13 20:16:01 -07:00

26 lines
460 B
JSON

{
"name": "braft",
"version-date": "2021-26-04",
"port-version": 1,
"description": "Consensus algorithm library",
"homepage": "https://github.com/baidu/braft",
"license": "Apache-2.0",
"supports": "!windows",
"dependencies": [
"brpc",
"gflags",
"glog",
"leveldb",
"protobuf",
"thrift",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}