diff options
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 1a2a32c..5adfbfa 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -45,6 +45,7 @@ public: CMP0002, // Target names must be unique CMP0003, // Linking does not include extra -L paths CMP0004, // Libraries linked may not have leading or trailing whitespace + CMP0005, // Definition value escaping // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |