summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-18 14:02:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-18 14:02:44 (GMT)
commitde5159236d7e6259d38b3e4ef03305898ff9e7bd (patch)
tree232009f2435a2f717defd338100e8db4e923e16b /Source
parentabf0dc7fd30f9e426123184f38e69861b68e736c (diff)
parent1873205a6e8e15e1dbb88d6c82454837d7544259 (diff)
downloadCMake-de5159236d7e6259d38b3e4ef03305898ff9e7bd.zip
CMake-de5159236d7e6259d38b3e4ef03305898ff9e7bd.tar.gz
CMake-de5159236d7e6259d38b3e4ef03305898ff9e7bd.tar.bz2
Merge topic 'fix-policy-versions'
1873205 Update CMP0024/CMP0025/CMP0026 release version
Diffstat (limited to 'Source')
-rw-r--r--Source/cmPolicies.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 5f5cdd8..2ecdb42 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -225,17 +225,17 @@ cmPolicies::cmPolicies()
this->DefinePolicy(
CMP0024, "CMP0024",
"Disallow include export result.",
- 2,8,13,0, cmPolicies::WARN);
+ 3,0,0,0, cmPolicies::WARN);
this->DefinePolicy(
CMP0025, "CMP0025",
"Compiler id for Apple Clang is now AppleClang.",
- 2,8,13,0, cmPolicies::WARN);
+ 3,0,0,0, cmPolicies::WARN);
this->DefinePolicy(
CMP0026, "CMP0026",
"Disallow use of the LOCATION target property.",
- 2,8,13,0, cmPolicies::WARN);
+ 3,0,0,0, cmPolicies::WARN);
}
cmPolicies::~cmPolicies()