RVS 5.1.0 and later works with googletest shared variant (#34802)

This commit is contained in:
renjithravindrankannath 2023-01-09 14:41:40 -08:00 committed by GitHub
parent 521cc41db0
commit 0bdd4c10cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):