summaryrefslogtreecommitdiff
path: root/Help/generator
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-15 09:20:12 -0400
committerBrad King <brad.king@kitware.com>2015-04-15 09:21:24 -0400
commit7b8e7c4ac3885b9a58ce1c238b045d5580f83c27 (patch)
treefeb554e3ff6c30c748e5a66bc4650a12ea31cf04 /Help/generator
parent85c2626babf40d704f133fe49506d25f0a674b5f (diff)
downloadcmake-7b8e7c4ac3885b9a58ce1c238b045d5580f83c27.tar.gz
Deprecate Visual Studio 7 generator (.NET 2002)
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 7.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 7.rst b/Help/generator/Visual Studio 7.rst
index d0eb719e55..eb426f47a8 100644
--- a/Help/generator/Visual Studio 7.rst
+++ b/Help/generator/Visual Studio 7.rst
@@ -1,4 +1,10 @@
Visual Studio 7
---------------
-Generates Visual Studio .NET 2002 project files.
+Deprected. Generates Visual Studio .NET 2002 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 7.0 tools using the
+ :generator:`NMake Makefiles` generator.