diff options
author | Brad King <brad.king@kitware.com> | 2014-09-04 13:48:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-09-04 13:48:32 (GMT) |
commit | ecf43f0dc797d8e86752dc803a28e49d0d547cde (patch) | |
tree | 14b8f719c577a034fc8b9746bbcc19f3ea36d03f /Help | |
parent | 0ad4f28fc0b702beff8d197e52d10814178b79b5 (diff) | |
parent | 412926d03a287745134afcbd464871f97fe4b0ce (diff) | |
download | CMake-ecf43f0dc797d8e86752dc803a28e49d0d547cde.zip CMake-ecf43f0dc797d8e86752dc803a28e49d0d547cde.tar.gz CMake-ecf43f0dc797d8e86752dc803a28e49d0d547cde.tar.bz2 |
Merge topic 'doc-add_custom_command-multiple-commands'
412926d0 Help: Clarify add_custom_command multiple command behavior (#15112)
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/add_custom_command.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 130f5c2..1ea3718 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -45,7 +45,8 @@ The options are: ``COMMAND`` Specify the command-line(s) to execute at build time. - If more than one command is specified they will be executed in order. + If more than one ``COMMAND`` is specified they will be executed in order, + but *not* necessarily composed into a stateful shell or batch script. The optional ``ARGS`` argument is for backward compatibility and will be ignored. |