CMake/Help/variable/CMAKE_VS_MSBUILD_COMMAND.rst
Brad King 241f923a6f Drop Visual Studio 12 2013 generator
This generator has been deprecated since CMake 3.28.  Remove it.
2024-08-28 14:13:05 -04:00

12 lines
392 B
ReStructuredText

CMAKE_VS_MSBUILD_COMMAND
------------------------
The :ref:`Visual Studio Generators` set this variable to the ``MSBuild.exe``
command installed with the corresponding Visual Studio version.
This variable is not defined by other generators even if ``MSBuild.exe``
is installed on the computer.
See also the :variable:`CMAKE_VS_DEVENV_COMMAND` and
:variable:`CMAKE_MAKE_PROGRAM` variables.