summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-11 17:39:55 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-12 16:19:27 (GMT)
commitf2eee72facb9b4a658e1205bbe9113a808e76775 (patch)
treeb9ee09e297649dffb9dc656936a263f1384703c2 /Source/cmPolicies.h
parentc248a437c47b4419fd955d4b1f406f7c8b9dcd74 (diff)
downloadCMake-f2eee72facb9b4a658e1205bbe9113a808e76775.zip
CMake-f2eee72facb9b4a658e1205bbe9113a808e76775.tar.gz
CMake-f2eee72facb9b4a658e1205bbe9113a808e76775.tar.bz2
add_custom_command: Disallow use of SOURCE signatures.
Add CMP0050 to control this behavior.
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 9523650..b77235d 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -103,6 +103,7 @@ public:
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.
*