CMAKE_VS_MSDEV_COMMAND.rst 327 B

12345678910
  1. CMAKE_VS_MSDEV_COMMAND
  2. ----------------------
  3. The :generator:`Visual Studio 6` generator sets this variable to the
  4. ``msdev.exe`` command installed with Visual Studio 6.
  5. This variable is not defined by other generators even if ``msdev.exe``
  6. is installed on the computer.
  7. See also the :variable:`CMAKE_MAKE_PROGRAM` variable.