From 50baf3c626267252a2d943a49d8e7c0402e23218 Mon Sep 17 00:00:00 2001 From: Nomura Date: Wed, 2 Aug 2023 22:34:39 +0200 Subject: Add default_options argument to find_program() --- docs/markdown/snippets/find_program_default_options.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/find_program_default_options.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/find_program_default_options.md b/docs/markdown/snippets/find_program_default_options.md new file mode 100644 index 0000000..2cf9822 --- /dev/null +++ b/docs/markdown/snippets/find_program_default_options.md @@ -0,0 +1,4 @@ +## find_program() now supports the 'default_options' argument + +In a similar fashion as dependency(), find_program() now also allows you to set default +options for the subproject that gets built in case of a fallback. -- cgit v1.1