summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-12 16:31:30 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-12 16:31:30 (GMT)
commit54d9e014874b43172626b416f49c68c9f86cacb8 (patch)
treeb47f715ef309e6092446624a213f6143929d01b6 /Source/cmPolicies.h
parent764d467d24ca07eb6ebaad33be1c7f7f56294e8c (diff)
parentf2eee72facb9b4a658e1205bbe9113a808e76775 (diff)
downloadCMake-54d9e014874b43172626b416f49c68c9f86cacb8.zip
CMake-54d9e014874b43172626b416f49c68c9f86cacb8.tar.gz
CMake-54d9e014874b43172626b416f49c68c9f86cacb8.tar.bz2
Merge topic 'backward-compatibility'
f2eee72f add_custom_command: Disallow use of SOURCE signatures. c248a437 Add policy CMP0049 to avoid variable expansion in source lists
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index f9a4768..b77235d 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -102,6 +102,8 @@ public:
CMP0046, ///< Error on non-existent dependency in add_dependencies
CMP0047, ///< Use QCC compiler id for the qcc drivers on QNX.
CMP0048, ///< project() command manages VERSION variables
+ CMP0049, ///< Do not expand variables in target source entries
+ CMP0050, ///< Disallow add_custom_command SOURCE signatures
/** \brief Always the last entry.
*