From 49dcd1ce5d8f9735064d5bfe25b05c58c5c68856 Mon Sep 17 00:00:00 2001 From: AJIOB Date: Wed, 22 Jan 2025 13:10:03 +0300 Subject: Help: Fix MSVC_DEBUG_INFORMATION_FORMAT description of example --- Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst | 2 +- Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst b/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst index 7e08b48..94ee20d 100644 --- a/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst +++ b/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst @@ -19,7 +19,7 @@ support per-configuration specification. For example, the code: MSVC_DEBUG_INFORMATION_FORMAT "$<$:ProgramDatabase>") selects for the target ``foo`` the program database debug information format -for the Debug configuration. +for the ``Debug`` and ``RelWithDebInfo`` configurations. This property is initialized from the value of the :variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` variable, if it is set. diff --git a/Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst b/Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst index 80df8fc..84c2584 100644 --- a/Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst +++ b/Help/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.rst @@ -21,7 +21,7 @@ support per-configuration specification. For example, the code: set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<$:ProgramDatabase>") selects for all following targets the program database debug information format -for the Debug configuration. +for the ``Debug`` and ``RelWithDebInfo`` configurations. If this variable is not set, the :prop_tgt:`MSVC_DEBUG_INFORMATION_FORMAT` target property will not be set automatically. If that property is not set, -- cgit v0.12