RVS 5.1.0 and later works with googletest shared variant (#34802)
This commit is contained in:
parent
521cc41db0
commit
0bdd4c10cf
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class RocmValidationSuite(CMakePackage):
|
|||
depends_on("cmake@3.5:", type="build")
|
||||
depends_on("zlib", type="link")
|
||||
depends_on("yaml-cpp~shared")
|
||||
depends_on("googletest~shared", when="@4.5.0:")
|
||||
depends_on("googletest", when="@4.5.0:")
|
||||
depends_on("doxygen", type="build", when="@4.5.0:")
|
||||
|
||||
def setup_build_environment(self, build_env):
|
||||
|
|
Loading…
Reference in a new issue