xerces-c: support variant cxxstd=20 (#39784)
This commit is contained in:
parent
cf031e83f0
commit
dd747c5c48
@ -31,7 +31,7 @@ class XercesC(AutotoolsPackage):
|
|||||||
variant(
|
variant(
|
||||||
"cxxstd",
|
"cxxstd",
|
||||||
default="default",
|
default="default",
|
||||||
values=("default", "98", "11", "14", "17"),
|
values=("default", "98", "11", "14", "17", "20"),
|
||||||
multi=False,
|
multi=False,
|
||||||
description="Use the specified C++ standard when building",
|
description="Use the specified C++ standard when building",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user