mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 04:36:15 +08:00
c6c59e33f3
* pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull/27694 * bump port version * version * fix clang * bump version * version * oops * bump dependency version for boost-atomic's boost-module-build-helper dependency * version * revert renaming stuff -.- * version * remove detection stuff for lib prefix/suffix * version * fix indentation * version * forgot one * version * one more! * version * revert changes to cmake-get-vars * version * generate ports * version db * generate ports * version db --------- Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
23 lines
483 B
JSON
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": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|