summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-21 15:58:48 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-22 13:09:52 (GMT)
commit3969bb23aafcdbd2174649e8eeb8f7b0e7ea6c4c (patch)
tree2d0ca3ea70083bd9d7f19ffc4b2f246ad87ede17 /Source/cmPolicies.h
parent178b9af18674b23be97758236c676c9bd9398c40 (diff)
downloadCMake-3969bb23aafcdbd2174649e8eeb8f7b0e7ea6c4c.zip
CMake-3969bb23aafcdbd2174649e8eeb8f7b0e7ea6c4c.tar.gz
CMake-3969bb23aafcdbd2174649e8eeb8f7b0e7ea6c4c.tar.bz2
Add policy CMP0035 to disallow variable_requires
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 ae1ccc1..29ff1e3 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -86,6 +86,7 @@ public:
CMP0032, ///< Disallow command: output_required_files
CMP0033, ///< Disallow command: export_library_dependencies
CMP0034, ///< Disallow command: utility_source
+ CMP0035, ///< Disallow command: variable_requires
/** \brief Always the last entry.
*