vcpkg/ports/boost-modular-build-helper/vcpkg.json
Alexander Neumann 4614a12dd2
[boost] Look for /Zi and other flags (#25863)
* minor fixes to the boost build helper

* v db

* use the correct extra % instead of '

* v db

* bump port-version

* v db
2022-08-05 23:15:45 -07:00

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
}
]
}