• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_VS_MSBUILD_COMMAND
2------------------------
3
4The generators for :generator:`Visual Studio 10 2010` and above set this
5variable to the ``MSBuild.exe`` command installed with the corresponding
6Visual Studio version.
7
8This variable is not defined by other generators even if ``MSBuild.exe``
9is installed on the computer.
10
11The :variable:`CMAKE_VS_DEVENV_COMMAND` is also provided for the
12non-Express editions of Visual Studio.
13See also the :variable:`CMAKE_MAKE_PROGRAM` variable.
14