summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2019-11-11 17:47:33 (GMT)
committerMarc Aldorasi <marc@groundctl.com>2019-11-11 18:07:11 (GMT)
commit64f40c5d098c58de99bf9335b85ca97971ecf02e (patch)
tree55c131a59a705eada1decdeaae792566587c140e
parent5e328c6d74ed6b6470e1df1005d07fe930185b52 (diff)
downloadCMake-64f40c5d098c58de99bf9335b85ca97971ecf02e.zip
CMake-64f40c5d098c58de99bf9335b85ca97971ecf02e.tar.gz
CMake-64f40c5d098c58de99bf9335b85ca97971ecf02e.tar.bz2
Help: Both add_custom_command signatures support COMMAND_EXPAND_LISTS
-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 df7cc4e..aba3742 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