vcpkg/ports/boost-modular-build-helper/vcpkg.json

22 lines
479 B
JSON
Raw Normal View History

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-modular-build-helper",
2022-12-21 01:20:54 +08:00
"version": "1.81.0",
2021-09-28 08:12:39 +08:00
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [
{
"name": "boost-uninstall",
2022-12-21 01:20:54 +08:00
"version>=": "1.81.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}