diff options
author | Brad King <brad.king@kitware.com> | 2008-03-13 21:11:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-13 21:11:57 (GMT) |
commit | 9a83ce6efc10d5d51324f8b425213f18b0325b6e (patch) | |
tree | e7e76eb24a2b5f2c254b22a6da5146f726203ee8 /Source/cmPolicies.h | |
parent | a0ef9897159c2b64383ab1d3aa33fd43fec632d7 (diff) | |
download | CMake-9a83ce6efc10d5d51324f8b425213f18b0325b6e.zip CMake-9a83ce6efc10d5d51324f8b425213f18b0325b6e.tar.gz CMake-9a83ce6efc10d5d51324f8b425213f18b0325b6e.tar.bz2 |
ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.
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. |