mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 05:26:58 +08:00
Help: VS_DEBUGGER_WORKING_DIRECTORY precedence
The DEBUGGER_WORKING_DIRECTORY property is ignored when VS_DEBUGGER_WORKING_DIRECTORY is set and a Visual Studio generator is used.
This commit is contained in:
@@ -9,3 +9,7 @@ The property value may use
|
||||
This property is initialized by the value of the variable
|
||||
:variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is
|
||||
created.
|
||||
|
||||
If the :prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY` property is also set, it will
|
||||
take precedence over ``DEBUGGER_WORKING_DIRECTORY`` when using one of the
|
||||
Visual Studio generators.
|
||||
|
@@ -13,3 +13,5 @@ created.
|
||||
|
||||
This property only works for :ref:`Visual Studio Generators`;
|
||||
it is ignored on other generators.
|
||||
|
||||
See also :prop_tgt:`DEBUGGER_WORKING_DIRECTORY`.
|
||||
|
Reference in New Issue
Block a user