vcpkg/ports/boost-cmake/vcpkg.json

28 lines
567 B
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-cmake",
"version": "1.85.0",
"port-version": 2,
"description": "Boost CMake support infrastructure",
"homepage": "https://github.com/boostorg/cmake",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-uninstall",
"version>=": "1.85.0"
},
{
"name": "vcpkg-boost",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}