diff options
author | Ken Martin <ken.martin@kitware.com> | 2009-06-12 14:07:05 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2009-06-12 14:07:05 (GMT) |
commit | a73071ca175c70db95271688ef9c7711e700f9a7 (patch) | |
tree | 7845929f87622edbe30e9009e80aa3c6016fe5c1 /Source/cmPolicies.h | |
parent | 7e03edf1df6875b80f53b66dce5ac4f42a49394d (diff) | |
download | CMake-a73071ca175c70db95271688ef9c7711e700f9a7.zip CMake-a73071ca175c70db95271688ef9c7711e700f9a7.tar.gz CMake-a73071ca175c70db95271688ef9c7711e700f9a7.tar.bz2 |
ENH: modified the if command to address bug 9123 some
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 fa60205..43b1934 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -52,6 +52,7 @@ public: CMP0009, // GLOB_RECURSE should not follow symlinks by default CMP0010, // Bad variable reference syntax is an error CMP0011, // Strong policy scope for include and find_package + CMP0012, // Strong handling of boolean constants // Always the last entry. Useful mostly to avoid adding a comma // the last policy when adding a new one. |