summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-03 08:07:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-03 08:07:48 (GMT)
commita6fb6db49d9fc5558fd79296fbc233f90a3063e4 (patch)
tree670ce03017e2d38acbb56fba3ae57ff5a95d99d8 /Source/cmPolicies.h
parent22a707e861adb1c771d2c12aacdbaf1b8d3b86ec (diff)
downloadCMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.zip
CMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.tar.gz
CMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.tar.bz2
cmPolicies: Fix values for policies 57-60.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index ca82264..557880e 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -113,11 +113,11 @@ public:
/// or keywords when unquoted.
CMP0055, ///< Strict checking for break() command.
CMP0056, ///< Honor link flags in try_compile() source-file signature.
+ CMP0057, ///< Support new IN_LIST if() operator.
CMP0058, ///< Ninja requires custom command byproducts to be explicit
CMP0059, ///< Do not treat ``DEFINITIONS`` as a built-in directory
/// property.
CMP0060, ///< Link libraries by full path even in implicit directories.
- CMP0057, ///< Support new IN_LIST if() operator.
/** \brief Always the last entry.
*