root: add dependent package required for build time tests (#42849)

This commit is contained in:
Kensuke WATANABE 2024-02-27 16:43:08 +09:00 committed by GitHub
parent d8c2782949
commit 379a5d8fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -352,6 +352,8 @@ class Root(CMakePackage):
depends_on("xrootd", when="+xrootd")
depends_on("xrootd@:4", when="@:6.22.03 +xrootd")
depends_on("googletest", when="@6.28.00:", type="test")
# ###################### Conflicts ######################
# I was unable to build root with any Intel compiler