diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2015-04-29 15:25:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-30 14:21:19 (GMT) |
commit | aed6239e40e7046c3f32e018d9c360ad0f624336 (patch) | |
tree | 704a638d740870f5c2c94d56d09e5f9b8a240472 /Source/cmPolicies.h | |
parent | 32a2f41402d38e1c5be3547bd042328df0b28124 (diff) | |
download | CMake-aed6239e40e7046c3f32e018d9c360ad0f624336.zip CMake-aed6239e40e7046c3f32e018d9c360ad0f624336.tar.gz CMake-aed6239e40e7046c3f32e018d9c360ad0f624336.tar.bz2 |
if: Implement new IN_LIST operator
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 90acf8e..ca82264 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -117,6 +117,7 @@ public: 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. * |