diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-05 18:15:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-07 10:06:40 (GMT) |
commit | 596b2a8c0820bed8195e2377927a18cf2d76727c (patch) | |
tree | 093b7a88d4d3b32dffce49dce5d57d27ceeaa1aa /Source/cmPolicies.h | |
parent | 301bb5cdda081f0bef0702e41ae4b47102b235df (diff) | |
download | CMake-596b2a8c0820bed8195e2377927a18cf2d76727c.zip CMake-596b2a8c0820bed8195e2377927a18cf2d76727c.tar.gz CMake-596b2a8c0820bed8195e2377927a18cf2d76727c.tar.bz2 |
Disallow linking to utility targets (#13902).
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 2ea9973..fc239d4 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -90,6 +90,7 @@ public: CMP0036, ///< Disallow command: build_name CMP0037, ///< Target names should match a validity pattern. CMP0038, ///< Targets may not link directly to themselves + CMP0039, ///< Utility targets may not have link dependencies /** \brief Always the last entry. * |