diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-13 15:38:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-13 15:38:46 (GMT) |
commit | 73df9a5cd4f6ac66ea71c073ce3e01d68c512074 (patch) | |
tree | 570c225bc40497907cbb26c476c3944848903565 /Source/cmLocalGenerator.cxx | |
parent | 0deb9012a671760abce575d983dfa9cb49b2205f (diff) | |
download | CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.zip CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.gz CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.bz2 |
ENH: change CMP_ to CMP
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 76b843a..0fdcc11 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -2673,7 +2673,7 @@ bool cmLocalGenerator::NeedBackwardsCompatibility(unsigned int major, { // Check the policy to decide whether to pay attention to this // variable. - switch(this->Makefile->GetPolicyStatus(cmPolicies::CMP_0001)) + switch(this->Makefile->GetPolicyStatus(cmPolicies::CMP0001)) { case cmPolicies::WARN: // WARN is just OLD without warning because user code does not |