mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Many environment variables were documented late and got assigned wrong versions by the script. (The whole Help/envvar section was only added in 3.10). Issue: #19715
11 lines
341 B
ReStructuredText
11 lines
341 B
ReStructuredText
CMAKE_MSVCIDE_RUN_PATH
|
|
----------------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Extra PATH locations for custom commands when using
|
|
:generator:`Visual Studio 9 2008` (or above) generators.
|
|
|
|
The ``CMAKE_MSVCIDE_RUN_PATH`` environment variable sets the default value for
|
|
the :variable:`CMAKE_MSVCIDE_RUN_PATH` variable if not already explicitly set.
|