[Cmake-commits] CMake branch, next, updated. v3.0.1-5233-gb31e4a2
Brad King
brad.king at kitware.com
Mon Sep 8 14:16:39 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via b31e4a2262ea41a88c7bb3bbc7e8aa683f90e33c (commit)
via 1fdf4ff06adb33ddac22e631e52b7b88b2b5d414 (commit)
from 85f3547a37ba8f8c2ec7b13c353feb232f85f928 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b31e4a2262ea41a88c7bb3bbc7e8aa683f90e33c
commit b31e4a2262ea41a88c7bb3bbc7e8aa683f90e33c
Merge: 85f3547 1fdf4ff
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 8 14:16:38 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 8 14:16:38 2014 -0400
Merge topic 'doc-add_custom_command-multiple-commands' into next
1fdf4ff0 Help: Suggest in add_custom_command how to create a script (#15112)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1fdf4ff06adb33ddac22e631e52b7b88b2b5d414
commit 1fdf4ff06adb33ddac22e631e52b7b88b2b5d414
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 8 14:17:36 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 8 14:17:36 2014 -0400
Help: Suggest in add_custom_command how to create a script (#15112)
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 1ea3718..e8b7cc8 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -47,6 +47,9 @@ The options are:
Specify the command-line(s) to execute at build time.
If more than one ``COMMAND`` is specified they will be executed in order,
but *not* necessarily composed into a stateful shell or batch script.
+ (To run a full script, use the :command:`configure_file` command or the
+ :command:`file(GENERATE)` command to create it, and then specify
+ a ``COMMAND`` to launch it.)
The optional ``ARGS`` argument is for backward compatibility and
will be ignored.
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list