From 7bf07baccf7b08cabde875dd7d0fd53cc9efce4c Mon Sep 17 00:00:00 2001 From: Garrett Campbell Date: Thu, 12 Dec 2024 17:04:24 -0500 Subject: [PATCH] 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 --- Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst b/Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst index 135e304431..a95a465eb2 100644 --- a/Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst +++ b/Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst @@ -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 `. - 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 `. +This property is initialized by the value of the variable +:variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is +created.