mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Merge topic 'remove-vs9-generator'
03c31b0395Drop Visual Studio 9 2008 generator88c70dde34cmGlobalVisualStudioGenerator: Use member 'Version' more directly0bdcf1cb17cmLocalVisualStudio7Generator: Make vfproj conditions more explicitacc5ea7390cmLocalVisualStudio7Generator: Reset per-target members after every target252702bb35cmVisualStudioGeneratorOptions: Order version check branches consistently Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !9496
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