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.

14 lines
593 B

  1. CMAKE_VS_DEVENV_COMMAND
  2. -----------------------
  3. The generators for :generator:`Visual Studio 9 2008` and above set this
  4. variable to the ``devenv.com`` command installed with the corresponding
  5. Visual Studio version. Note that this variable may be empty on
  6. Visual Studio Express editions because they do not provide this tool.
  7. This variable is not defined by other generators even if ``devenv.com``
  8. is installed on the computer.
  9. The :variable:`CMAKE_VS_MSBUILD_COMMAND` is also provided for
  10. :generator:`Visual Studio 10 2010` and above.
  11. See also the :variable:`CMAKE_MAKE_PROGRAM` variable.