Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / variable / CMAKE_VS_DEVENV_COMMAND.rst
1 CMAKE_VS_DEVENV_COMMAND
2 -----------------------
3
4 The generators for :generator:`Visual Studio 9 2008` and above set this
5 variable to the ``devenv.com`` command installed with the corresponding
6 Visual Studio version.  Note that this variable may be empty on
7 Visual Studio Express editions because they do not provide this tool.
8
9 This variable is not defined by other generators even if ``devenv.com``
10 is installed on the computer.
11
12 The :variable:`CMAKE_VS_MSBUILD_COMMAND` is also provided for
13 :generator:`Visual Studio 11 2012` and above.
14 See also the :variable:`CMAKE_MAKE_PROGRAM` variable.