diff options
author | Hannes Mezger <hannes.mezger@ascolab.com> | 2018-03-12 15:30:00 (GMT) |
---|---|---|
committer | Hannes Mezger <hannes.mezger@ascolab.com> | 2018-03-13 09:13:59 (GMT) |
commit | 4b25cc452ae5fdcb1ec2f420f05d98b01054e5e9 (patch) | |
tree | d2dd73976d35205c1ccdbfe0a2edf56f2b6cc03d /Help/prop_tgt | |
parent | b340cacde869102b2b548b2e7ebc7341334f1d58 (diff) | |
download | CMake-4b25cc452ae5fdcb1ec2f420f05d98b01054e5e9.zip CMake-4b25cc452ae5fdcb1ec2f420f05d98b01054e5e9.tar.gz CMake-4b25cc452ae5fdcb1ec2f420f05d98b01054e5e9.tar.bz2 |
Help: Document VS_DEBUGGER_WORKING_DIRECTORY supported VS versions
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst b/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst index 0af85cb..fb0389e 100644 --- a/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst +++ b/Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst @@ -4,3 +4,6 @@ VS_DEBUGGER_WORKING_DIRECTORY Sets the local debugger working directory for Visual Studio C++ targets. This is defined in ``<LocalDebuggerWorkingDirectory>`` in the Visual Studio project file. + +This property only works for Visual Studio 2010 and above; +it is ignored on other generators. |