Skip to content
Snippets Groups Projects
Unverified Commit f2d91f7e authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Use specific version of googletest for uriparser (#13339)

parent 01e64886
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class Uriparser(CMakePackage):
variant('docs', default=False, description='Build API documentation')
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('graphviz', when='+docs', type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment