summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-09-06 14:51:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-09-06 14:51:40 (GMT)
commitdfdce979e9e3d92af266bb815ddbb81f98306620 (patch)
treedc853b1337014639f0146579cb843093a49703c5 /Help/prop_tgt
parentdaf7639ec38f7a31da0bd1baea29c45376b7d8c8 (diff)
parent91dc94c4aca611865bf5cb4e9fec6b3422d1de9a (diff)
downloadCMake-dfdce979e9e3d92af266bb815ddbb81f98306620.zip
CMake-dfdce979e9e3d92af266bb815ddbb81f98306620.tar.gz
CMake-dfdce979e9e3d92af266bb815ddbb81f98306620.tar.bz2
Merge topic 'doc-msvc-debug-format'
91dc94c4ac Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8770
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst b/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst
index 0c7845c..7e08b48 100644
--- a/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst
+++ b/Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst
@@ -21,6 +21,8 @@ support per-configuration specification. For example, the code:
selects for the target ``foo`` the program database debug information format
for the Debug configuration.
+This property is initialized from the value of the
+:variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` variable, if it is set.
If this property is not set, CMake selects a debug information format using
the default value ``$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>``, if
supported by the compiler, and otherwise