Merge topic 'vs10-deprecate'

22dab6eb96 Deprecate Visual Studio 10 2010 generator

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6412
This commit is contained in:
Brad King
2021-08-03 15:10:21 +00:00
committed by Kitware Robot
10 changed files with 53 additions and 2 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
Visual Studio 10 2010
---------------------
Generates Visual Studio 10 (VS 2010) project files.
Deprecated. Generates Visual Studio 10 (VS 2010) 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 10 2010 tools
using the :generator:`Visual Studio 11 2012` (or above) generator
with :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v100``, or by
using the :generator:`NMake Makefiles` generator.
For compatibility with CMake versions prior to 3.0, one may specify this
generator using the name ``Visual Studio 10`` without the year component.
+5
View File
@@ -0,0 +1,5 @@
vs10-deprecate
--------------
* The :generator:`Visual Studio 10 2010` generator is now deprecated
and will be removed in a future version of CMake.