Help: Clarify add_custom_command multiple command behavior (#15112)

Explicitly say that the commands are not composed into a stateful
script.
This commit is contained in:
Brad King 2014-09-02 15:13:50 -04:00
parent 68a1d429b1
commit 412926d03a
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.