diff options
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 |