Use specific version of googletest for uriparser (#13339)

This commit is contained in:
Adam J. Stewart 2019-10-20 19:08:23 -05:00 committed by GitHub
parent 01e64886ac
commit f2d91f7e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class Uriparser(CMakePackage):
variant('docs', default=False, description='Build API documentation') variant('docs', default=False, description='Build API documentation')
depends_on('cmake@3.3:', type='build') depends_on('cmake@3.3:', type='build')
depends_on('googletest@1.8.1:', type='link') depends_on('googletest@1.8.1', type='link')
depends_on('doxygen', when='+docs', type='build') depends_on('doxygen', when='+docs', type='build')
depends_on('graphviz', when='+docs', type='build') depends_on('graphviz', when='+docs', type='build')