summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-08 14:59:07 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-08 14:59:07 (GMT)
commit40c84683aafc9447a0e17d81a71d061efde84bdb (patch)
treef5090d54d217c02c75b92980d61bfdee974c0db5 /Source/cmPolicies.h
parent5a6c15155cbf18de60e118700e3e778f796e213d (diff)
parent904ff9fe592882db5dae88e526db2b380d92f87d (diff)
downloadCMake-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.h1
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.
*