Use specific version of googletest for uriparser (#13339)
This commit is contained in:
parent
01e64886ac
commit
f2d91f7e3c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue