diff options
author | Brad King <brad.king@kitware.com> | 2016-03-10 14:16:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-03-10 14:16:23 (GMT) |
commit | 1ed74b9d228a076b2b0ad4476ea9013cf143354e (patch) | |
tree | 7cba7f480a54b612265b84dfa181c43801bbb0a4 /Help/generator/Visual Studio 6.rst | |
parent | 030ec94780b7aaf0c495bfb5d6c7e12071342dfd (diff) | |
parent | b42866a34a742f89a35382d17d58070c73486d92 (diff) | |
download | CMake-1ed74b9d228a076b2b0ad4476ea9013cf143354e.zip CMake-1ed74b9d228a076b2b0ad4476ea9013cf143354e.tar.gz CMake-1ed74b9d228a076b2b0ad4476ea9013cf143354e.tar.bz2 |
Merge topic 'remove-vs6-generator'
b42866a3 Drop Visual Studio 6 generator
cd9ba3ec cmLocalVisualStudio7Generator: Fix name of helper function
Diffstat (limited to 'Help/generator/Visual Studio 6.rst')
-rw-r--r-- | Help/generator/Visual Studio 6.rst | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Help/generator/Visual Studio 6.rst b/Help/generator/Visual Studio 6.rst index 855589c..2dd07e0 100644 --- a/Help/generator/Visual Studio 6.rst +++ b/Help/generator/Visual Studio 6.rst @@ -1,10 +1,6 @@ Visual Studio 6 --------------- -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. +Removed. This once generated Visual Studio 6 project files, but the +generator has been removed since CMake 3.6. It is still possible to +build with VS 6 tools using the :generator:`NMake Makefiles` generator. |