diff options
author | Brad King <brad.king@kitware.com> | 2013-10-21 15:50:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 13:09:52 (GMT) |
commit | 178b9af18674b23be97758236c676c9bd9398c40 (patch) | |
tree | 657c6451d32cc4893b601214066d17512c9a62e9 /Source/cmPolicies.h | |
parent | 248d1dc057564dc00e3374d7797a1e42ea57032d (diff) | |
download | CMake-178b9af18674b23be97758236c676c9bd9398c40.zip CMake-178b9af18674b23be97758236c676c9bd9398c40.tar.gz CMake-178b9af18674b23be97758236c676c9bd9398c40.tar.bz2 |
Add policy CMP0034 to disallow utility_source
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 99982c4..ae1ccc1 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -85,6 +85,7 @@ public: CMP0031, ///< Disallow command: load_command CMP0032, ///< Disallow command: output_required_files CMP0033, ///< Disallow command: export_library_dependencies + CMP0034, ///< Disallow command: utility_source /** \brief Always the last entry. * |