mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
76f90a98f8
* [cppzmq] draft dependency update cppzmq's draft feature need zeromq draft but it was not included. * Update baseline.json * Update cppzmq.json * Update ports/cppzmq/vcpkg.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update cppzmq.json * format * version --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com>
34 lines
621 B
JSON
34 lines
621 B
JSON
{
|
|
"name": "cppzmq",
|
|
"version": "4.9.0",
|
|
"port-version": 1,
|
|
"description": "Header-only C++ binding for ZeroMQ",
|
|
"homepage": "https://github.com/zeromq/cppzmq",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zeromq"
|
|
],
|
|
"features": {
|
|
"draft": {
|
|
"description": "Build and install draft",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeromq",
|
|
"default-features": false,
|
|
"features": [
|
|
"draft"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|