[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3875-gb1ddad2

Brad King brad.king at kitware.com
Wed Aug 14 09:51:50 EDT 2013


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  b1ddad2f65231591d4506d1259de36a0fee72728 (commit)
       via  07c16eece543523ea775efae749f93c3b6b892b5 (commit)
      from  ec8b23207d6d50492c86fac3a41dffc93a0ff052 (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=b1ddad2f65231591d4506d1259de36a0fee72728
commit b1ddad2f65231591d4506d1259de36a0fee72728
Merge: ec8b232 07c16ee
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 14 09:51:47 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 14 09:51:47 2013 -0400

    Merge topic 'fix-new-policy-versions' into next
    
    07c16ee Update version introducing CMP0021, CMP0022, and CMP0023


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07c16eece543523ea775efae749f93c3b6b892b5
commit 07c16eece543523ea775efae749f93c3b6b892b5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 14 09:44:00 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 14 09:44:00 2013 -0400

    Update version introducing CMP0021, CMP0022, and CMP0023
    
    These policies will be first released in 2.8.12.

diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 0ba673e..a823f05 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -543,7 +543,7 @@ cmPolicies::cmPolicies()
     "the INCLUDE_DIRECTORIES target property.  "
     "The NEW behavior for this policy is to issue a FATAL_ERROR if "
     "INCLUDE_DIRECTORIES contains a relative path.",
-    2,8,11,20130516, cmPolicies::WARN);
+    2,8,12,0, cmPolicies::WARN);
 
   this->DefinePolicy(
     CMP0022, "CMP0022",
@@ -574,7 +574,7 @@ cmPolicies::cmPolicies()
     "The NEW behavior for this policy is to use the INTERFACE_LINK_LIBRARIES "
     "property for in-build targets, and ignore the old properties matching "
     "(IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)?.",
-    2,8,11,20130516, cmPolicies::WARN);
+    2,8,12,0, cmPolicies::WARN);
 
   this->DefinePolicy(
     CMP0023, "CMP0023",
@@ -600,7 +600,7 @@ cmPolicies::cmPolicies()
     "target_link_libraries signatures to be mixed.  "
     "The NEW behavior for this policy is to not to allow mixing of the "
     "keyword and plain signatures.",
-    2,8,11,20130724, cmPolicies::WARN);
+    2,8,12,0, cmPolicies::WARN);
 }
 
 cmPolicies::~cmPolicies()

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

Summary of changes:
 Source/cmPolicies.cxx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list