summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-11-12 15:01:51 +0000
committerKitware Robot <kwrobot@kitware.com>2019-11-12 10:02:01 -0500
commit28bc41ca62b00d5c265c83436f317f970a4b9a93 (patch)
treedafb285f2201dbf6dc8f250fe434452e4155ec5f
parenteae743bf17605c28ee4afd02991d3271efb5c8a9 (diff)
parent64f40c5d098c58de99bf9335b85ca97971ecf02e (diff)
downloadcmake-28bc41ca62b00d5c265c83436f317f970a4b9a93.tar.gz
Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS' into release-3.16
64f40c5d09 Help: Both add_custom_command signatures support COMMAND_EXPAND_LISTS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4036
-rw-r--r--Help/command/add_custom_command.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index df7cc4e110..aba374261e 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -227,7 +227,8 @@ target is already built, the command will not execute.
[BYPRODUCTS [files...]]
[WORKING_DIRECTORY dir]
[COMMENT comment]
- [VERBATIM] [USES_TERMINAL])
+ [VERBATIM] [USES_TERMINAL]
+ [COMMAND_EXPAND_LISTS])
This defines a new command that will be associated with building the
specified ``<target>``. The ``<target>`` must be defined in the current