dd4hep: depends_on root +x +opengl when +utilityapps (#34765)
UtilityApps builds teveDisplay and fails when ROOT has no ROOT::Gui and ROOT::Eve targets.
This commit is contained in:
parent
08aafe180b
commit
f83d47442d
@ -140,6 +140,7 @@ class Dd4hep(CMakePackage):
|
||||
depends_on("boost +system +filesystem", when="%gcc@:7")
|
||||
depends_on("root @6.08: +gdml +math +python")
|
||||
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+ddeve")
|
||||
depends_on("root @6.08: +gdml +math +python +x +opengl", when="+utilityapps")
|
||||
|
||||
extends("python")
|
||||
depends_on("xerces-c", when="+xercesc")
|
||||
|
Loading…
Reference in New Issue
Block a user