edm4hep: fix concretization by adding a when inside the conditional (#46710)

This commit is contained in:
Juan Miguel Carceller 2024-10-03 02:57:11 +02:00 committed by GitHub
parent e193320ebb
commit 12fd940e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",