root: add dependent package required for build time tests (#42849)
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kensuke WATANABE
					Kensuke WATANABE