mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Drop Visual Studio 9 2008 generator
This generator has been deprecated since CMake 3.27. Remove it.
This commit is contained in:
@@ -18,7 +18,6 @@ Example values:
|
||||
|
||||
::
|
||||
|
||||
$(ConfigurationName) = Visual Studio 9
|
||||
$(Configuration) = Visual Studio 12 and above
|
||||
$(CONFIGURATION) = Xcode
|
||||
. = Make-based tools
|
||||
|
||||
@@ -5,7 +5,7 @@ CMAKE_MSVCIDE_RUN_PATH
|
||||
|
||||
Extra PATH locations that should be used when executing
|
||||
:command:`add_custom_command` or :command:`add_custom_target` when using the
|
||||
:generator:`Visual Studio 9 2008` (or above) generator. This allows
|
||||
:generator:`Visual Studio 12 2013` (or above) generator. This allows
|
||||
for running commands and using dll's that the IDE environment is not aware of.
|
||||
|
||||
If not set explicitly the value is initialized by the ``CMAKE_MSVCIDE_RUN_PATH``
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_VS_DEVENV_COMMAND
|
||||
-----------------------
|
||||
|
||||
The generators for :generator:`Visual Studio 9 2008` and above set this
|
||||
The generators for :generator:`Visual Studio 12 2013` and above set this
|
||||
variable to the ``devenv.com`` command installed with the corresponding
|
||||
Visual Studio version. Note that this variable may be empty on
|
||||
Visual Studio Express editions because they do not provide this tool.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_VS_INTEL_Fortran_PROJECT_VERSION
|
||||
--------------------------------------
|
||||
|
||||
When generating for :generator:`Visual Studio 9 2008` or greater with the Intel
|
||||
When generating for :generator:`Visual Studio 12 2013` or greater with the Intel
|
||||
Fortran plugin installed, this specifies the ``.vfproj`` project file format
|
||||
version. This is intended for internal use by CMake and should not be
|
||||
used by project code.
|
||||
|
||||
Reference in New Issue
Block a user