mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:39:02 +08:00
80d7989f73
* [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>
43 lines
860 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|