aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/find_program-version.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/find_program-version.md')
-rw-r--r--docs/markdown/snippets/find_program-version.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/find_program-version.md b/docs/markdown/snippets/find_program-version.md
deleted file mode 100644
index fe3a9a6..0000000
--- a/docs/markdown/snippets/find_program-version.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## 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.