[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1807-g9e9563f
Brad King
brad.king at kitware.com
Thu Apr 3 13:14:06 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 9e9563f75a71a849c5071f04f042f57916dcb9fc (commit)
via f4fe632297c4ffb825eae15e2e627178f2f53431 (commit)
from 708c6aba363cb3ef6140b20d6d338660579ca1b8 (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=9e9563f75a71a849c5071f04f042f57916dcb9fc
commit 9e9563f75a71a849c5071f04f042f57916dcb9fc
Merge: 708c6ab f4fe632
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 3 13:14:05 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 3 13:14:05 2014 -0400
Merge topic 'ExternalProject_exclude-from-all' into next
f4fe6322 Help: Add notes for topic 'ExternalProject_exclude-from-all'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4fe632297c4ffb825eae15e2e627178f2f53431
commit f4fe632297c4ffb825eae15e2e627178f2f53431
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 3 13:14:29 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Apr 3 13:14:29 2014 -0400
Help: Add notes for topic 'ExternalProject_exclude-from-all'
diff --git a/Help/release/dev/ExternalProject_exclude-from-all.rst b/Help/release/dev/ExternalProject_exclude-from-all.rst
new file mode 100644
index 0000000..1d62b3a
--- /dev/null
+++ b/Help/release/dev/ExternalProject_exclude-from-all.rst
@@ -0,0 +1,11 @@
+ExternalProject_exclude-from-all
+--------------------------------
+
+* The :module:`ExternalProject` module ``ExternalProject_Add`` command
+ learned a new ``EXCLUDE_FROM_ALL`` option to cause the external
+ project target to have the :prop_tgt:`EXCLUDE_FROM_ALL` target
+ property set.
+
+* The :module:`ExternalProject` module ``ExternalProject_Add_Step`` command
+ learned a new ``EXCLUDE_FROM_MAIN`` option to cause the step to not be
+ a direct dependency of the main external project target.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/ExternalProject_exclude-from-all.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 Help/release/dev/ExternalProject_exclude-from-all.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list