mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
Drop Visual Studio 10 2010 generator
This generator has been deprecated since CMake 3.22. Remove it.
This commit is contained in:
@@ -19,7 +19,7 @@ Example values:
|
||||
::
|
||||
|
||||
$(ConfigurationName) = Visual Studio 9
|
||||
$(Configuration) = Visual Studio 10
|
||||
$(Configuration) = Visual Studio 11 and above
|
||||
$(CONFIGURATION) = Xcode
|
||||
. = Make-based tools
|
||||
. = Ninja
|
||||
|
||||
@@ -10,5 +10,5 @@ This variable is not defined by other generators even if ``devenv.com``
|
||||
is installed on the computer.
|
||||
|
||||
The :variable:`CMAKE_VS_MSBUILD_COMMAND` is also provided for
|
||||
:generator:`Visual Studio 10 2010` and above.
|
||||
:generator:`Visual Studio 11 2012` and above.
|
||||
See also the :variable:`CMAKE_MAKE_PROGRAM` variable.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_VS_MSBUILD_COMMAND
|
||||
------------------------
|
||||
|
||||
The generators for :generator:`Visual Studio 10 2010` and above set this
|
||||
The generators for :generator:`Visual Studio 11 2012` and above set this
|
||||
variable to the ``MSBuild.exe`` command installed with the corresponding
|
||||
Visual Studio version.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user