diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-12-23 22:19:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-23 22:19:57 (GMT) |
commit | 170fcebf2e866ce5266067716025a57c7e7e6ec4 (patch) | |
tree | 1a15da7e27a0b1ef1b73e2470772588347e7f5e2 /Help/command | |
parent | 2cc78b962331c776810b3bc15039813a1589cf4f (diff) | |
parent | 25cae1e85d501c463141388e4eb580bdfae6ed2f (diff) | |
download | CMake-170fcebf2e866ce5266067716025a57c7e7e6ec4.zip CMake-170fcebf2e866ce5266067716025a57c7e7e6ec4.tar.gz CMake-170fcebf2e866ce5266067716025a57c7e7e6ec4.tar.bz2 |
Merge topic 'install-code-script-genex'
25cae1e85d install: Teach CODE,SCRIPT modes to evaluate generator expressions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2688
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/install.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index 55c8485..a0e8c37 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -547,6 +547,11 @@ example, the code will print a message during installation. +``<file>`` or ``<code>`` may use "generator expressions" with the syntax +``$<...>`` (in the case of ``<file>``, this refers to their use in the file +name, not the file's contents). See the +:manual:`cmake-generator-expressions(7)` manual for available expressions. + Installing Exports ^^^^^^^^^^^^^^^^^^ |