summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/find_program-version.md
AgeCommit message (Collapse)Author
2022-03-21Prepare the 0.62.0 release.Jussi Pakkanen
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz
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')`