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