cmake/Help/variable/CMAKE_VS_MSBUILD_COMMAND.rst

12 lines
392 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_VS_MSBUILD_COMMAND
------------------------
2024-11-11 15:18:55 +01:00
The :ref:`Visual Studio Generators` set this variable to the ``MSBuild.exe``
command installed with the corresponding Visual Studio version.
2014-08-03 19:52:23 +02:00
This variable is not defined by other generators even if ``MSBuild.exe``
is installed on the computer.
2024-11-11 15:18:55 +01:00
See also the :variable:`CMAKE_VS_DEVENV_COMMAND` and
:variable:`CMAKE_MAKE_PROGRAM` variables.