[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7524-g3283439
Brad King
brad.king at kitware.com
Fri Feb 7 17:03:20 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 3283439d6da10b1e37df7ab41cf2314df02d7ee9 (commit)
via afebd7406430229bc8af4b9bfd24a25e3e16525d (commit)
from ba21cd5e0049353dc945fa66d3b56cf6104f5633 (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=3283439d6da10b1e37df7ab41cf2314df02d7ee9
commit 3283439d6da10b1e37df7ab41cf2314df02d7ee9
Merge: ba21cd5 afebd74
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 7 17:03:19 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 7 17:03:19 2014 -0500
Merge topic 'release-notes-3.0' into next
afebd740 Help: Update 3.0 release notes for export() enhancement
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=afebd7406430229bc8af4b9bfd24a25e3e16525d
commit afebd7406430229bc8af4b9bfd24a25e3e16525d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 7 17:03:13 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Feb 7 17:03:13 2014 -0500
Help: Update 3.0 release notes for export() enhancement
The command now supports multiple export sets.
diff --git a/Help/release/3.0.rst b/Help/release/3.0.rst
index 4c0f3a5..89801f9 100644
--- a/Help/release/3.0.rst
+++ b/Help/release/3.0.rst
@@ -98,6 +98,14 @@ Commands
makes it easy to export from the build tree the same targets that
are exported from the install tree.
+* The :command:`export` command learned to work with multiple dependent
+ export sets, thus allowing multiple packages to be built and exported
+ from a single tree. The feature requires CMake to wait until the
+ generation step to write the output file. This means one should not
+ :command:`include` the generated targets file later during project
+ configuration because it will not be available.
+ Use :ref:`Alias Targets` instead. See policy :policy:`CMP0024`.
+
* The :command:`project` command learned to set some version variables
to values specified by the new ``VERSION`` option or to empty strings.
See policy :policy:`CMP0048`.
@@ -355,12 +363,6 @@ Other Changes
is now ``QCC``. It must be distinct from ``GNU`` because the
command-line options differ. See policy :policy:`CMP0047`.
-* The :command:`export` command was changed to wait until the
- generation step to write the output file. This means one should not
- :command:`include` the generated targets file later during project
- configuration. Use :ref:`Alias Targets` instead.
- See policy :policy:`CMP0024`.
-
* On 64-bit OS X the :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` value
is now correctly detected as ``x86_64`` instead of ``i386``.
-----------------------------------------------------------------------
Summary of changes:
Help/release/3.0.rst | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list