Drop Visual Studio 11 2012 generator

This generator has been deprecated since CMake 3.25.  Remove it.
This commit is contained in:
Brad King
2023-06-13 13:48:20 -04:00
parent f444f172c3
commit 536c1de1d4
29 changed files with 23 additions and 291 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Example values:
::
$(ConfigurationName) = Visual Studio 9
$(Configuration) = Visual Studio 11 and above
$(Configuration) = Visual Studio 12 and above
$(CONFIGURATION) = Xcode
. = Make-based tools
. = Ninja
+1 -1
View File
@@ -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 11 2012` and above.
:generator:`Visual Studio 12 2013` and above.
See also the :variable:`CMAKE_MAKE_PROGRAM` variable.
+1 -1
View File
@@ -1,7 +1,7 @@
CMAKE_VS_MSBUILD_COMMAND
------------------------
The generators for :generator:`Visual Studio 11 2012` and above set this
The generators for :generator:`Visual Studio 12 2013` and above set this
variable to the ``MSBuild.exe`` command installed with the corresponding
Visual Studio version.