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:
parent
153b79c2ed
commit
0da69a45e3
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user