Skip to content

Commit

Permalink
Make boost hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yrivardmulrooney committed Jun 1, 2022
1 parent 5cee9e3 commit a594063
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@
"name": "qpid-proton",
"version>=": "0.37.0#2"
},
{
"name": "boost-endian",
"version>=": "1.78.0"
},
{
"name": "boost-asio",
"version>=": "1.78.0",
"features": [
"ssl"
]
},
{
"name": "openssl",
"version>=": "3.0.2#3"
},
{
"name": "vcpkg-cmake",
"host": true,
Expand All @@ -23,22 +38,5 @@
"host": true,
"version>=": "2021-02-26"
}
],
"default-features": [
"boost"
],
"features": {
"boost": {
"description": "Use boost from vcpkg",
"dependencies": [
{
"name": "boost-asio",
"features": [
"ssl"
]
},
"boost-endian"
]
}
}
]
}

0 comments on commit a594063

Please sign in to comment.