From 6b0c711c912578372f9dcf53c9301fb9f3b167ea Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Mon, 16 Sep 2019 18:24:38 +0800 Subject: Add Windows behavior to executable()'s install_rpath arg doc [skip ci] --- docs/markdown/Reference-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Reference-manual.md') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index c701caf..5ab645b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -597,7 +597,7 @@ be passed to [shared and static libraries](#library). - `install_mode` *(added 0.47.0)* specify the file mode in symbolic format and optionally the owner/uid and group/gid for the installed files. - `install_rpath` a string to set the target's rpath to after install - (but *not* before that) + (but *not* before that). On Windows, this argument has no effect. - `objects` list of prebuilt object files (usually for third party products you don't have source to) that should be linked in this target, **never** use this for object files that you build yourself. -- cgit v1.1