diff options
author | Brad King <brad.king@kitware.com> | 2017-04-21 13:41:09 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-21 13:45:45 -0400 |
commit | 81f9c9e892e6b4ee873361b3750a87760ebe8a2d (patch) | |
tree | 1ea0ed8107657eef4362cefa603bf3aab7da615d /Help/generator | |
parent | 294cf948dc37799e1980685afbf1fa585ad5b0fb (diff) | |
download | cmake-81f9c9e892e6b4ee873361b3750a87760ebe8a2d.tar.gz |
Deprecate Visual Studio 8 2005 generator
Update documentation to mark the generator deprecated. Add a warning at
the end of generation plus an option to turn off the warning.
Diffstat (limited to 'Help/generator')
-rw-r--r-- | Help/generator/Visual Studio 8 2005.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 8 2005.rst b/Help/generator/Visual Studio 8 2005.rst index 29012c3715..acbbf01ae9 100644 --- a/Help/generator/Visual Studio 8 2005.rst +++ b/Help/generator/Visual Studio 8 2005.rst @@ -1,7 +1,14 @@ Visual Studio 8 2005 -------------------- -Generates Visual Studio 8 2005 project files. +Deprecated. Generates Visual Studio 8 2005 project files. + +.. note:: + This generator is deprecated and will be removed in a future version + of CMake. It will still be possible to build with VS 8 2005 tools + using the :generator:`Visual Studio 10 2010` (or above) generator + with :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v80``, or by + using the :generator:`NMake Makefiles` generator. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set to specify a target platform name. |