diff options
author | Brad King <brad.king@kitware.com> | 2015-04-14 19:48:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-15 13:08:57 (GMT) |
commit | 85c2626babf40d704f133fe49506d25f0a674b5f (patch) | |
tree | 1c039701608f5eb18a26dd1708578bc90a1ff24c /Help/generator | |
parent | cdc53b62c20605467334ecb80c474533e04ff26c (diff) | |
download | CMake-85c2626babf40d704f133fe49506d25f0a674b5f.zip CMake-85c2626babf40d704f133fe49506d25f0a674b5f.tar.gz CMake-85c2626babf40d704f133fe49506d25f0a674b5f.tar.bz2 |
Deprecate Visual Studio 6 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 6.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 6.rst b/Help/generator/Visual Studio 6.rst index d619354..855589c 100644 --- a/Help/generator/Visual Studio 6.rst +++ b/Help/generator/Visual Studio 6.rst @@ -1,4 +1,10 @@ Visual Studio 6 --------------- -Generates Visual Studio 6 project files. +Deprected. Generates Visual Studio 6 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 6 tools using the + :generator:`NMake Makefiles` generator. |