From a6fb6db49d9fc5558fd79296fbc233f90a3063e4 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 3 May 2015 10:07:48 +0200 Subject: cmPolicies: Fix values for policies 57-60. --- Source/cmPolicies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v0.12