From 2f8e643d9dea8d38c053dbc937885db480ce0dec Mon Sep 17 00:00:00 2001 From: AJIOB Date: Wed, 22 Jan 2025 13:10:03 +0300 Subject: [PATCH] CMP0141: Fix documentation copied from CMP0091 --- Help/policy/CMP0141.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/policy/CMP0141.rst b/Help/policy/CMP0141.rst index 1aef8483f4..ac3160c7f5 100644 --- a/Help/policy/CMP0141.rst +++ b/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__FLAGS_` 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__FLAGS_` variables with knowledge of the CMake builtin defaults so they can be replaced.