diff options
author | Brad King <brad.king@kitware.com> | 2021-07-29 15:49:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-29 18:15:01 (GMT) |
commit | 22dab6eb96438b8563079c44d00c520df5b04a6e (patch) | |
tree | 89da2b615d0fba53f87c73c264a8a3f6eac3021f /Help/generator/Visual Studio 10 2010.rst | |
parent | 9251205512c49bbdda5d82f48126dc5b8e79d70f (diff) | |
download | CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.zip CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.gz CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.bz2 |
Deprecate Visual Studio 10 2010 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/Visual Studio 10 2010.rst')
-rw-r--r-- | Help/generator/Visual Studio 10 2010.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Help/generator/Visual Studio 10 2010.rst b/Help/generator/Visual Studio 10 2010.rst index c065550..9ec33c3 100644 --- a/Help/generator/Visual Studio 10 2010.rst +++ b/Help/generator/Visual Studio 10 2010.rst @@ -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. |