diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:07:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-03 08:07:48 (GMT) |
commit | a6fb6db49d9fc5558fd79296fbc233f90a3063e4 (patch) | |
tree | 670ce03017e2d38acbb56fba3ae57ff5a95d99d8 /Source | |
parent | 22a707e861adb1c771d2c12aacdbaf1b8d3b86ec (diff) | |
download | CMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.zip CMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.tar.gz CMake-a6fb6db49d9fc5558fd79296fbc233f90a3063e4.tar.bz2 |
cmPolicies: Fix values for policies 57-60.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.h | 2 |
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. * |