mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:48:59 +08:00
b5dd45dc07
* [boost-modular-build-helper] Add BSD and FreeBSD target-os [boost-modular-build-helper] Updates port version * [boost-modular-build-helper] Use CMAKE_SYSTEM_NAME to detect freebsd * [boost-modular-build-helper] Use port-version 1 * update evrsion * [boost-modular_build-helper ] Use VCPKG_DETECTED_CMAKE_SYSTEM_NAME for FreeBSD detection * [boost-modular-build-helper] Updates version * Update boost-modular-build-helper.json Co-authored-by: Avezy <aa04463@mail.ru> Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.80.0",
|
|
"port-version": 1,
|
|
"description": "Internal vcpkg port used to build Boost libraries",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-uninstall",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|