cmPolicies: Fix values for policies 57-60.

This commit is contained in:
Stephen Kelly 2015-05-03 10:07:48 +02:00
parent 22a707e861
commit a6fb6db49d
1 changed files with 1 additions and 1 deletions

View File

@ -113,11 +113,11 @@ public:
/// or keywords when unquoted. /// or keywords when unquoted.
CMP0055, ///< Strict checking for break() command. CMP0055, ///< Strict checking for break() command.
CMP0056, ///< Honor link flags in try_compile() source-file signature. 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 CMP0058, ///< Ninja requires custom command byproducts to be explicit
CMP0059, ///< Do not treat ``DEFINITIONS`` as a built-in directory CMP0059, ///< Do not treat ``DEFINITIONS`` as a built-in directory
/// property. /// property.
CMP0060, ///< Link libraries by full path even in implicit directories. CMP0060, ///< Link libraries by full path even in implicit directories.
CMP0057, ///< Support new IN_LIST if() operator.
/** \brief Always the last entry. /** \brief Always the last entry.
* *