Преглед изворни кода

CMP0141: Fix documentation copied from CMP0091

AJIOB пре 9 месеци
родитељ
комит
2f8e643d9d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Help/policy/CMP0141.rst

+ 2 - 2
Help/policy/CMP0141.rst

@@ -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
 automatically.  This allows users to edit their cache entries to adjust the
 flags.  However, the presence of such default flags is problematic for
-projects that want to choose a different runtime library programmatically.
-In particular, it requires string editing of the
+projects that want to choose a different debug information format
+programmatically.  In particular, it requires string editing of the
 :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` variables with knowledge of the
 CMake builtin defaults so they can be replaced.