[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7620-gd7d4d22

Stephen Kelly steveire at gmail.com
Tue Feb 11 12:08:22 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  d7d4d2297e2e11f1dec6a89a9f8d478f57966362 (commit)
       via  34d39b61e0527b3ac2bb08b6e5629247b395bd02 (commit)
       via  994bbb9aa3639a25dcf93e856a840fd7e97f649f (commit)
      from  7362f0a07b892400134b5bc5c308633059eaa788 (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=d7d4d2297e2e11f1dec6a89a9f8d478f57966362
commit d7d4d2297e2e11f1dec6a89a9f8d478f57966362
Merge: 7362f0a 34d39b6
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 12:08:22 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 11 12:08:22 2014 -0500

    Merge topic 'backward-compatibility' into next
    
    34d39b61 Add CMP0049 to the release notes.
    994bbb9a Add policy to the doc.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=34d39b61e0527b3ac2bb08b6e5629247b395bd02
commit 34d39b61e0527b3ac2bb08b6e5629247b395bd02
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 18:07:49 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 11 18:07:49 2014 +0100

    Add CMP0049 to the release notes.

diff --git a/Help/release/3.0.rst b/Help/release/3.0.rst
index bef7715..6d8b089 100644
--- a/Help/release/3.0.rst
+++ b/Help/release/3.0.rst
@@ -322,6 +322,10 @@ New Diagnostics
   messages up front and stops processing when no working compiler
   is known to be available.
 
+* Target sources specified with the :command:`add_library` or
+  :command:`add_executable` command learned to reject items which
+  require variable expansion.  See policy :policy:`CMP0049`.
+
 Deprecated and Removed Features
 ===============================
 

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=994bbb9aa3639a25dcf93e856a840fd7e97f649f
commit 994bbb9aa3639a25dcf93e856a840fd7e97f649f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 18:00:01 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 11 18:00:01 2014 +0100

    Add policy to the doc.

diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 972a9f8..c097697 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -100,3 +100,4 @@ All Policies
    /policy/CMP0046
    /policy/CMP0047
    /policy/CMP0048
+   /policy/CMP0049

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-policies.7.rst |    1 +
 Help/release/3.0.rst             |    4 ++++
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list