summaryrefslogtreecommitdiff
path: root/Help/generator
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-08 11:49:27 -0500
committerBrad King <brad.king@kitware.com>2023-02-08 11:49:27 -0500
commitd7f440c5dbe787ccf96da490ad813a897c146498 (patch)
treef6ff1215509899d6d17dbca52eb23cad65a37b32 /Help/generator
parent507dcaf5639c8a3e0ae4aeb2792b6926861aebd3 (diff)
downloadcmake-d7f440c5dbe787ccf96da490ad813a897c146498.tar.gz
Deprecate Visual Studio 9 2008 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 9 2008.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 9 2008.rst b/Help/generator/Visual Studio 9 2008.rst
index 34349560e3..816969dd28 100644
--- a/Help/generator/Visual Studio 9 2008.rst
+++ b/Help/generator/Visual Studio 9 2008.rst
@@ -1,7 +1,15 @@
Visual Studio 9 2008
--------------------
-Generates Visual Studio 9 2008 project files.
+Deprecated. Generates Visual Studio 9 2008 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 9 2008 tools
+ using the :generator:`Visual Studio 12 2013` generator (or above,
+ and with VS 10 2010 also installed) with
+ :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v90``,
+ or by using the :generator:`NMake Makefiles` generator.
Platform Selection
^^^^^^^^^^^^^^^^^^