diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 15:55:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 13:09:51 (GMT) |
commit | 97268cf5b7626febb06d04c2201ace397a4863fd (patch) | |
tree | 959cacfbee953a25a5cb3aad0cd53b5052a4aa40 /Help/policy/CMP0030.rst | |
parent | 9f64fbf5b5f128580639f14e232430194c9326f1 (diff) | |
download | CMake-97268cf5b7626febb06d04c2201ace397a4863fd.zip CMake-97268cf5b7626febb06d04c2201ace397a4863fd.tar.gz CMake-97268cf5b7626febb06d04c2201ace397a4863fd.tar.bz2 |
Add policy CMP0030 to disallow use_mangled_mesa
Diffstat (limited to 'Help/policy/CMP0030.rst')
-rw-r--r-- | Help/policy/CMP0030.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/policy/CMP0030.rst b/Help/policy/CMP0030.rst new file mode 100644 index 0000000..6fcffc3 --- /dev/null +++ b/Help/policy/CMP0030.rst @@ -0,0 +1,11 @@ +CMP0030 +------- + +The :command:`use_mangled_mesa` command should not be called. + +This command was created in September 2001 to support VTK before +modern CMake language and custom command capabilities. VTK has +not used it in years. + +.. |disallowed_version| replace:: 3.0.0 +.. include:: DISALLOWED_COMMAND.txt |