diff options
author | Brad King <brad.king@kitware.com> | 2013-10-08 14:59:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-08 14:59:07 (GMT) |
commit | 40c84683aafc9447a0e17d81a71d061efde84bdb (patch) | |
tree | f5090d54d217c02c75b92980d61bfdee974c0db5 /Source/cmPolicies.h | |
parent | 5a6c15155cbf18de60e118700e3e778f796e213d (diff) | |
parent | 904ff9fe592882db5dae88e526db2b380d92f87d (diff) | |
download | CMake-40c84683aafc9447a0e17d81a71d061efde84bdb.zip CMake-40c84683aafc9447a0e17d81a71d061efde84bdb.tar.gz CMake-40c84683aafc9447a0e17d81a71d061efde84bdb.tar.bz2 |
Merge topic 'export-policy'
904ff9f export: Add policy CMP0024 to disallow include() of export files
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 5b843a9..bafe5b2 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -74,6 +74,7 @@ public: /// target property CMP0022, ///< INTERFACE_LINK_LIBRARIES defines the link interface CMP0023, ///< Disallow mixing keyword and plain tll signatures + CMP0024, ///< Disallow including export() result. /** \brief Always the last entry. * |