vcpkg/ports/boost-regex/vcpkg.json
autoantwort 80d7989f73
[boost-regex] fix build with icu on osx (#16994)
* [boost-regex] fix osx build with icu

* add version files

* Update ports/boost-regex/b2-options.cmake: Apply suggestion

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* add version files

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-04-08 12:04:56 -07:00

43 lines
860 B
JSON

{
"name": "boost-regex",
"version-string": "1.75.0",
"port-version": 2,
"description": "Boost regex module",
"homepage": "https://github.com/boostorg/regex",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-compatibility",
"boost-concept-check",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-integer",
"boost-iterator",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mpl",
"boost-predef",
"boost-smart-ptr",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
],
"features": {
"icu": {
"description": "ICU backend for Boost.Regex",
"dependencies": [
"icu"
]
}
}
}