diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 14:43:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-18 14:43:41 (GMT) |
commit | 919e1e845361d6e29789f5347d12af3318452843 (patch) | |
tree | cec185445680d3264355302f5bc380ab7181ce30 /Source/cmPolicies.h | |
parent | 36d8d987c705dd693454f3157f7d8c0f50b9f0ff (diff) | |
parent | 70ae6dfd922e53e759ec6a58424dfdbb9c12dee1 (diff) | |
download | CMake-919e1e845361d6e29789f5347d12af3318452843.zip CMake-919e1e845361d6e29789f5347d12af3318452843.tar.gz CMake-919e1e845361d6e29789f5347d12af3318452843.tar.bz2 |
Merge topic 'INTERFACE-error-with-linked-genex'
70ae6df Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 81a4d99..39c2afb 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -77,6 +77,8 @@ public: CMP0024, ///< Disallow including export() result. CMP0025, ///< Compiler id for Apple Clang is now AppleClang CMP0026, ///< Disallow use of the LOCATION target property. + CMP0027, ///< Conditionally linked imported targets with missing include + /// directories. /** \brief Always the last entry. * |