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