It is often useful to check the found version of a program without checking whether you can successfully find `find_program('foo', required: false, version: '>=XXX')`pull/10079/head
parent
8b573d7dc6
commit
0f2f87a003
4 changed files with 28 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
## found programs now have a version method |
||||
|
||||
The return value of [[find_program]] can now check the exact version of the |
||||
found program, independent of the minimum version requirement. This can be used |
||||
e.g. to perform different actions depending on the exact version detected. |
Loading…
Reference in new issue