mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[boost-regex] Fix icu feature (#25505)
Explicitly disable icu feature if not selected in vcpkg Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
This commit is contained in:
parent
fb3190dcc5
commit
5955c45dcf
@ -3,4 +3,6 @@ if("icu" IN_LIST FEATURES)
|
|||||||
if(APPLE)
|
if(APPLE)
|
||||||
list(APPEND B2_OPTIONS cxxstd=11)
|
list(APPEND B2_OPTIONS cxxstd=11)
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
list(APPEND B2_OPTIONS --disable-icu)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "boost-regex",
|
"name": "boost-regex",
|
||||||
"version": "1.79.0",
|
"version": "1.79.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Boost regex module",
|
"description": "Boost regex module",
|
||||||
"homepage": "https://github.com/boostorg/regex",
|
"homepage": "https://github.com/boostorg/regex",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "49b26b133e2b9eb16d917930b2c697b58eff5530",
|
||||||
|
"version": "1.79.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a10bdc49cf30856030ed08921a5a30f3c3f3bdb1",
|
"git-tree": "a10bdc49cf30856030ed08921a5a30f3c3f3bdb1",
|
||||||
"version": "1.79.0",
|
"version": "1.79.0",
|
||||||
|
@ -978,7 +978,7 @@
|
|||||||
},
|
},
|
||||||
"boost-regex": {
|
"boost-regex": {
|
||||||
"baseline": "1.79.0",
|
"baseline": "1.79.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"boost-safe-numerics": {
|
"boost-safe-numerics": {
|
||||||
"baseline": "1.79.0",
|
"baseline": "1.79.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user