mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Help: Fix indentation of DEBUGGER_WORKING_DIRECTORY
In commit 9ed178f9d8 (Add generator-agnostic DEBUGGER_WORKING_DIRECTORY
target property, 2024-12-05) the documentation was incorrectly indented.
Issue: #16478
This commit is contained in:
committed by
Brad King
parent
f4428d9784
commit
7bf07baccf
@@ -3,9 +3,9 @@ DEBUGGER_WORKING_DIRECTORY
|
||||
|
||||
.. versionadded:: 3.32
|
||||
|
||||
Sets the local debugger working directory for C++ targets.
|
||||
The property value may use
|
||||
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
||||
This property is initialized by the value of the variable
|
||||
:variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is
|
||||
created.
|
||||
Sets the local debugger working directory for C++ targets.
|
||||
The property value may use
|
||||
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
||||
This property is initialized by the value of the variable
|
||||
:variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is
|
||||
created.
|
||||
|
||||
Reference in New Issue
Block a user