vcpkg/ports/boost-modular-build-helper/vcpkg.json
Osyotr 4f0eabea1c
[boost-python] Fix boost-python linking to release python in debug builds (#23416)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-28 22:32:55 -07:00

19 lines
355 B
JSON

{
"name": "boost-modular-build-helper",
"version": "1.79.0",
"port-version": 6,
"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
}
]
}