Merge topic 'vs9-deprecate'

d7f440c5db Deprecate Visual Studio 9 2008 generator

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8181
This commit is contained in:
Brad King
2023-02-09 15:13:17 +00:00
committed by Kitware Robot
10 changed files with 53 additions and 6 deletions
+9 -1
View File
@@ -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
^^^^^^^^^^^^^^^^^^
+5
View File
@@ -0,0 +1,5 @@
vs9-deprecate
-------------
* The :generator:`Visual Studio 9 2008` generator is now deprecated
and will be removed in a future version of CMake.