diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 17:09:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 13:09:52 (GMT) |
commit | 248d1dc057564dc00e3374d7797a1e42ea57032d (patch) | |
tree | f02f66efaede660545b5ed228e36587f80164872 /Source/cmPolicies.h | |
parent | 6865c8fe05d407077a598fcc0921ef62dfeaf021 (diff) | |
download | CMake-248d1dc057564dc00e3374d7797a1e42ea57032d.zip CMake-248d1dc057564dc00e3374d7797a1e42ea57032d.tar.gz CMake-248d1dc057564dc00e3374d7797a1e42ea57032d.tar.bz2 |
Add policy CMP0033 to disallow export_library_dependencies
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 851fdb8..99982c4 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -84,6 +84,7 @@ public: CMP0030, ///< Disallow command: use_mangled_mesa CMP0031, ///< Disallow command: load_command CMP0032, ///< Disallow command: output_required_files + CMP0033, ///< Disallow command: export_library_dependencies /** \brief Always the last entry. * |