diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 14:02:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-18 14:02:44 (GMT) |
commit | de5159236d7e6259d38b3e4ef03305898ff9e7bd (patch) | |
tree | 232009f2435a2f717defd338100e8db4e923e16b /Source | |
parent | abf0dc7fd30f9e426123184f38e69861b68e736c (diff) | |
parent | 1873205a6e8e15e1dbb88d6c82454837d7544259 (diff) | |
download | CMake-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.cxx | 6 |
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() |