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/cmPolicies.h | |
parent | 0deb9012a671760abce575d983dfa9cb49b2205f (diff) | |
download | CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.zip CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.gz CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.bz2 |
ENH: change CMP_ to CMP
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index e67315e..088d554 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -40,13 +40,13 @@ public: enum PolicyID { - CMP_0000, // Policy version specification - CMP_0001, // Ignore old compatibility variable - CMP_0002, // Target names must be unique + CMP0000, // Policy version specification + CMP0001, // Ignore old compatibility variable + CMP0002, // Target names must be unique // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. - CMP_COUNT + CMPCOUNT }; ///! convert a string policy ID into a number |