소스 검색

Merge topic 'fix-new-policy-versions'

07c16ee Update version introducing CMP0021, CMP0022, and CMP0023
Brad King 12 년 전
부모
커밋
d7c1dfb8f8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Source/cmPolicies.cxx

+ 3 - 3
Source/cmPolicies.cxx

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