aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/find_program-version.md
blob: fe3a9a6cf95f20ad1f63fcb9f86d0800cc94a146 (plain)
1
2
3
4
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.