If gtest is patched to have a pkg-config file, that will report the version, so force the 'system' method to be used when we are exercising that an unknown version doesn't satisfy any version constraint.pull/5203/head
parent
8209180c76
commit
ff477d2b3f
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
||||
project('gtest dependency with version', ['c', 'cpp']) |
||||
# discovering gtest version is not yet implemented |
||||
dep = dependency('gtest', version: '>0') |
||||
dep = dependency('gtest', method: 'system', version: '>0') |
||||
|
Loading…
Reference in new issue