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 fed9d31..1085d4c 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -47,6 +47,7 @@ public: CMP0004, // Libraries linked may not have leading or trailing whitespace CMP0005, // Definition value escaping CMP0006, // BUNDLE install rules needed for MACOSX_BUNDLE targets + CMP0007, // list command handling of empty elements // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |