[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-850-gb7d04be
Brad King
brad.king at kitware.com
Tue Nov 25 10:22:39 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 b7d04be946eaff2b61c5b7fbb8d1fbf09cd557e6 (commit)
via 1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7 (commit)
from 1e2d032fed6759b0ffaed25acc966df40a3c410b (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=b7d04be946eaff2b61c5b7fbb8d1fbf09cd557e6
commit b7d04be946eaff2b61c5b7fbb8d1fbf09cd557e6
Merge: 1e2d032 1f4f2aa
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 25 10:22:37 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 25 10:22:37 2014 -0500
Merge topic 'custom-command-byproducts' into next
1f4f2aab Help: Add notes for topic 'custom-command-byproducts'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7
commit 1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 25 10:21:55 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 25 10:21:55 2014 -0500
Help: Add notes for topic 'custom-command-byproducts'
diff --git a/Help/release/dev/custom-command-byproducts.rst b/Help/release/dev/custom-command-byproducts.rst
new file mode 100644
index 0000000..dc85fdb
--- /dev/null
+++ b/Help/release/dev/custom-command-byproducts.rst
@@ -0,0 +1,7 @@
+custom-command-byproducts
+-------------------------
+
+* The :command:`add_custom_command` and :command:`add_custom_target`
+ commands learned a new ``BYPRODUCTS`` option to specify files
+ produced as side effects of the custom commands. These are not
+ outputs because they do not always have to be newer than inputs.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/custom-command-byproducts.rst | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 Help/release/dev/custom-command-byproducts.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list