Browse Source

Merge topic 'doc-msvc-debug-format'

91dc94c4ac Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8770
Brad King 2 years ago
parent
commit
dfdce979e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Help/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.rst

+ 2 - 0
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