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:
Garrett Campbell
2024-12-12 17:04:24 -05:00
committed by Brad King
parent f4428d9784
commit 7bf07baccf

View File

@@ -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.