Merge topic 'doc-add_custom_command-multiple-commands'

412926d0 Help: Clarify add_custom_command multiple command behavior (#15112)
This commit is contained in:
Brad King 2014-09-04 09:48:32 -04:00 committed by CMake Topic Stage
commit ecf43f0dc7
1 changed files with 2 additions and 1 deletions

View File

@ -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.