https://github.com/Kitware/CMake
Raw File
Tip revision: 732d8a467ab8a295b1bbf580f865980f8a1a9b29 authored by Brad King on 10 March 2015, 13:15:35 UTC
CMake 3.2.1
Tip revision: 732d8a4
CMAKE_VS_MSDEV_COMMAND.rst
CMAKE_VS_MSDEV_COMMAND
----------------------

The :generator:`Visual Studio 6` generator sets this variable to the
``msdev.exe`` command installed with Visual Studio 6.

This variable is not defined by other generators even if ``msdev.exe``
is installed on the computer.

See also the :variable:`CMAKE_MAKE_PROGRAM` variable.
back to top