cmPolicies: Fix values for policies 57-60.
This commit is contained in:
parent
22a707e861
commit
a6fb6db49d
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue