root: add dependent package required for build time tests (#42849)
This commit is contained in:
parent
d8c2782949
commit
379a5d8fa0
@ -352,6 +352,8 @@ class Root(CMakePackage):
|
|||||||
depends_on("xrootd", when="+xrootd")
|
depends_on("xrootd", when="+xrootd")
|
||||||
depends_on("xrootd@:4", when="@:6.22.03 +xrootd")
|
depends_on("xrootd@:4", when="@:6.22.03 +xrootd")
|
||||||
|
|
||||||
|
depends_on("googletest", when="@6.28.00:", type="test")
|
||||||
|
|
||||||
# ###################### Conflicts ######################
|
# ###################### Conflicts ######################
|
||||||
|
|
||||||
# I was unable to build root with any Intel compiler
|
# I was unable to build root with any Intel compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user