[Cmake-commits] CMake branch, master, updated. v3.10.1-823-gaf30899
Kitware Robot
kwrobot at kitware.com
Wed Jan 17 10:45:08 EST 2018
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, master has been updated
via af30899cb4431d6712fea5ac09215a92b3f16ccb (commit)
via 60216e158fe2f9e68d1dff6676852c45e9d1ffc2 (commit)
from 8b49fc3c6f46f6606614de5705d6ca6fbf16b886 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af30899cb4431d6712fea5ac09215a92b3f16ccb
commit af30899cb4431d6712fea5ac09215a92b3f16ccb
Merge: 8b49fc3 60216e1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 17 15:35:26 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Jan 17 10:35:31 2018 -0500
Merge topic 'fix-documentation'
60216e15 Help: Improved MAIN_DEPENDENCY documentation of add_custom_command()
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !1665
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=60216e158fe2f9e68d1dff6676852c45e9d1ffc2
commit 60216e158fe2f9e68d1dff6676852c45e9d1ffc2
Author: Christoph Ruediger <christoph at ruediger.engineering>
AuthorDate: Tue Jan 16 15:10:26 2018 +0100
Commit: Christoph Ruediger <christoph at ruediger.engineering>
CommitDate: Tue Jan 16 15:10:26 2018 +0100
Help: Improved MAIN_DEPENDENCY documentation of add_custom_command()
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 1b0aa14..d4f644a 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -146,8 +146,10 @@ The options are:
Specify the primary input source file to the command. This is
treated just like any value given to the ``DEPENDS`` option
but also suggests to Visual Studio generators where to hang
- the custom command. At most one custom command may specify a
- given source file as its main dependency.
+ the custom command. Each source file may have at most one command
+ specifying it as its main dependency. A compile command (i.e. for a
+ library or an executable) counts as an implicit main dependency which
+ gets silently overwritten by a custom command specification.
``OUTPUT``
Specify the output files the command is expected to produce.
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list