summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-21 17:12:18 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-22 13:09:53 (GMT)
commit6c9194488aa5d61774ffeb40f54149ce2255f00c (patch)
treefc1200e03d64e3a83893de34814d3c244cfb6d54 /Source/cmPolicies.h
parent3969bb23aafcdbd2174649e8eeb8f7b0e7ea6c4c (diff)
downloadCMake-6c9194488aa5d61774ffeb40f54149ce2255f00c.zip
CMake-6c9194488aa5d61774ffeb40f54149ce2255f00c.tar.gz
CMake-6c9194488aa5d61774ffeb40f54149ce2255f00c.tar.bz2
Add policy CMP0036 to disallow build_name
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 29ff1e3..9e72bdc 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -87,6 +87,7 @@ public:
CMP0033, ///< Disallow command: export_library_dependencies
CMP0034, ///< Disallow command: utility_source
CMP0035, ///< Disallow command: variable_requires
+ CMP0036, ///< Disallow command: build_name
/** \brief Always the last entry.
*