[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-616-g77df96c
Brad King
brad.king at kitware.com
Fri Nov 14 11:07:42 EST 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 77df96c3cf6595b1b4a8559ab20ba706bf6ccfb2 (commit)
via 0cacf73959a999e7b79d4e9c2f0d2f8ad49efa5f (commit)
from fcf5795ec8f7e733f28e97bdd93a7ab391b9e24e (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=77df96c3cf6595b1b4a8559ab20ba706bf6ccfb2
commit 77df96c3cf6595b1b4a8559ab20ba706bf6ccfb2
Merge: fcf5795 0cacf73
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 11:07:42 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 14 11:07:42 2014 -0500
Merge topic 'doc-add_custom_command' into next
0cacf739 Help: Document add_custom_command marking outputs GENERATED
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cacf73959a999e7b79d4e9c2f0d2f8ad49efa5f
commit 0cacf73959a999e7b79d4e9c2f0d2f8ad49efa5f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 09:42:14 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 14 10:06:55 2014 -0500
Help: Document add_custom_command marking outputs GENERATED
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index e8b7cc8..2d67b98 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -114,6 +114,8 @@ The options are:
If an output name is a relative path it will be interpreted
relative to the build tree directory corresponding to the
current source directory.
+ Each output file will be marked with the :prop_sf:`GENERATED`
+ source file property automatically.
If the output of the custom command is not actually created
as a file on disk it should be marked with the :prop_sf:`SYMBOLIC`
source file property.
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list