mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:39:00 +08:00
4614a12dd2
* minor fixes to the boost build helper * v db * use the correct extra % instead of ' * v db * bump port-version * v db
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.79.0",
|
|
"port-version": 7,
|
|
"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
|
|
}
|
|
]
|
|
}
|