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 | |
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')
-rw-r--r-- | Help/command/use_mangled_mesa.rst | 2 | ||||
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 | ||||
-rw-r--r-- | Help/policy/CMP0030.rst | 11 |
3 files changed, 14 insertions, 0 deletions
diff --git a/Help/command/use_mangled_mesa.rst b/Help/command/use_mangled_mesa.rst index a4d77e9..6f4d7ac 100644 --- a/Help/command/use_mangled_mesa.rst +++ b/Help/command/use_mangled_mesa.rst @@ -1,6 +1,8 @@ use_mangled_mesa ---------------- +Disallowed. See CMake Policy :policy:`CMP0030`. + Copy mesa headers for use in combination with system GL. :: diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index d58fabc..c1251f0 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -59,3 +59,4 @@ All Policies /policy/CMP0027 /policy/CMP0028 /policy/CMP0029 + /policy/CMP0030 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 |