Skip to content
Snippets Groups Projects
Commit 275656da authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'doc-msvc-debug-format' into release-3.27


91dc94c4 Help: MSVC_DEBUG_INFORMATION_FORMAT is initialized from associated variable

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !8770
parents 8708b415 91dc94c4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment