vcpkg/ports/boost-modular-build-helper/vcpkg.json
jim wang 20df27de29
[boost-filesystem]There is a space problem in modifying the file path (#32503)
* There is a space problem in modifying the file path

* Version database

* update version

* Update generate-ports.ps1

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-07-13 11:29:57 -07:00

23 lines
483 B
JSON

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-modular-build-helper",
"version": "1.82.0",
"port-version": 4,
"description": "Internal vcpkg port used to build Boost libraries",
"license": "MIT",
"dependencies": [
{
"name": "boost-uninstall",
"version>=": "1.82.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
]
}