mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
Help: Fix MSVC_DEBUG_INFORMATION_FORMAT description of example
This commit is contained in:
@@ -19,7 +19,7 @@ support per-configuration specification. For example, the code:
|
|||||||
MSVC_DEBUG_INFORMATION_FORMAT "$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>")
|
MSVC_DEBUG_INFORMATION_FORMAT "$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>")
|
||||||
|
|
||||||
selects for the target ``foo`` the program database debug information format
|
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
|
This property is initialized from the value of the
|
||||||
:variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` variable, if it is set.
|
:variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` variable, if it is set.
|
||||||
|
@@ -21,7 +21,7 @@ support per-configuration specification. For example, the code:
|
|||||||
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>")
|
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>")
|
||||||
|
|
||||||
selects for all following targets the program database debug information format
|
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`
|
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,
|
target property will not be set automatically. If that property is not set,
|
||||||
|
Reference in New Issue
Block a user