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 43b193411c..391b91c44c 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -53,6 +53,7 @@ public: CMP0010, // Bad variable reference syntax is an error CMP0011, // Strong policy scope for include and find_package CMP0012, // Strong handling of boolean constants + CMP0013, // Duplicate binary directories not allowed // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |