edm4hep: depends_on nlohmann-json (#34888)

We may pick this up transitively through `root`, but it makes sense to be explicit too.
This commit is contained in:
Wouter Deconinck 2023-01-12 11:38:18 -06:00 committed by GitHub
parent 153b79c2ed
commit 0da69a45e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ class Edm4hep(CMakePackage):
depends_on("python", type="build")
depends_on("root@6.08:")
depends_on("nlohmann-json@3.10:", when="@0.7.1:")
depends_on("podio@0.15:", when="@0.6:")
depends_on("podio@0.14.1:", when="@0.4.1:")
depends_on("podio@0.14", when="@0.4")