You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
483 B

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