mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ENH: change CMP_ to CMP
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user