summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-21 20:57:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-21 20:57:11 (GMT)
commit0a0672c01f784e67a0de9de0a8633c0c16bf7749 (patch)
treea614c6eaf1c80c5baa5a58e249bed49b9d8db83c /Source/cmPolicies.h
parentaa10b4e33cd4a0c304f3cd3ffd5f0f382a6b6178 (diff)
downloadCMake-0a0672c01f784e67a0de9de0a8633c0c16bf7749.zip
CMake-0a0672c01f784e67a0de9de0a8633c0c16bf7749.tar.gz
CMake-0a0672c01f784e67a0de9de0a8633c0c16bf7749.tar.bz2
ENH: fix list command with empty elements
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h1
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.