From 84030abd319be051ce7d9ed7488eee9535d4a3cc Mon Sep 17 00:00:00 2001 From: ePirat Date: Tue, 30 Jul 2019 17:23:07 +0200 Subject: Docs: Add default value of install kwarg [skip-ci] --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 5e7de3a..6be3ed7 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -586,7 +586,7 @@ be passed to [shared and static libraries](#library). - `include_directories` one or more objects created with the `include_directories` function, or, since 0.50.0, strings, which will be transparently expanded to include directory objects -- `install`, when set to true, this executable should be installed +- `install`, when set to true, this executable should be installed, defaults to `false` - `install_dir` override install directory for this file. The value is relative to the `prefix` specified. F.ex, if you want to install plugins into a subdir, you'd use something like this: `install_dir : -- cgit v1.1