edm4hep: fix concretization by adding a when inside the conditional (#46710)
This commit is contained in:
parent
e193320ebb
commit
12fd940e81
@ -52,7 +52,7 @@ class Edm4hep(CMakePackage):
|
||||
|
||||
depends_on("cxx", type="build") # generated
|
||||
|
||||
_cxxstd_values = (conditional("17", when="@:0.99.0"), conditional("20"))
|
||||
_cxxstd_values = (conditional("17", when="@:0.99.0"), conditional("20", when="@0.10:"))
|
||||
variant(
|
||||
"cxxstd",
|
||||
default="20",
|
||||
|
Loading…
Reference in New Issue
Block a user