From 968f2c63af19d91170b5f1affa3dfff7b30f7d37 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Wed, 25 Apr 2018 00:53:12 -0700 Subject: Add release-notes snippet for the extended install_mode --- docs/markdown/snippets/install_mode-extended.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/install_mode-extended.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/install_mode-extended.md b/docs/markdown/snippets/install_mode-extended.md new file mode 100644 index 0000000..b0ee4c3 --- /dev/null +++ b/docs/markdown/snippets/install_mode-extended.md @@ -0,0 +1,8 @@ +## install_mode argument extended to all installable targets + +It is now possible to pass an install_mode argument to all installable targets, +such as executable(), libraries, headers, man pages and custom/generated +targets. + +The install_mode argument can be used to specify the file mode in symbolic +format and optionally the owner/uid and group/gid for the installed files. -- cgit v1.1