diff options
Diffstat (limited to 'docs/yaml/functions/find_program.yaml')
-rw-r--r-- | docs/yaml/functions/find_program.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/yaml/functions/find_program.yaml b/docs/yaml/functions/find_program.yaml index c0c13d2..537bbc5 100644 --- a/docs/yaml/functions/find_program.yaml +++ b/docs/yaml/functions/find_program.yaml @@ -42,6 +42,9 @@ description: | setcap = find_program(['setcap', '/usr/sbin/setcap', '/sbin/setcap'], required : false) ``` + *Since 1.2.0* `find_program('meson')` is automatically overridden to the Meson + command used to execute the build script. + The returned [[@external_program]] object also has documented methods. posargs: |