mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00
CMP0141: Fix documentation copied from CMP0091
This commit is contained in:
@@ -13,8 +13,8 @@ In CMake 3.24 and below, debug information format flags are added to
|
|||||||
the default :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` cache entries by CMake
|
the default :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` cache entries by CMake
|
||||||
automatically. This allows users to edit their cache entries to adjust the
|
automatically. This allows users to edit their cache entries to adjust the
|
||||||
flags. However, the presence of such default flags is problematic for
|
flags. However, the presence of such default flags is problematic for
|
||||||
projects that want to choose a different runtime library programmatically.
|
projects that want to choose a different debug information format
|
||||||
In particular, it requires string editing of the
|
programmatically. In particular, it requires string editing of the
|
||||||
:variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` variables with knowledge of the
|
:variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` variables with knowledge of the
|
||||||
CMake builtin defaults so they can be replaced.
|
CMake builtin defaults so they can be replaced.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user