From b7dc28cb8c50e99df413607bc35a2b78e30cbb30 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 Feb 2025 09:28:34 -0500 Subject: Help: Drop target_link_libraries redundant prose on debug/optimized keywords This is already documented in the overview, and does not need to be repeated for a specific signature. Issue: #26679 --- Help/command/target_link_libraries.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Help/command/target_link_libraries.rst b/Help/command/target_link_libraries.rst index a7db2a1..2e8340d 100644 --- a/Help/command/target_link_libraries.rst +++ b/Help/command/target_link_libraries.rst @@ -223,19 +223,6 @@ for linking. If policy :policy:`CMP0022` is not ``NEW``, then this mode also appends libraries to the :prop_tgt:`LINK_INTERFACE_LIBRARIES` and its per-configuration equivalent. -Libraries specified as ``debug`` are wrapped in a generator expression to -correspond to debug builds. If policy :policy:`CMP0022` is -not ``NEW``, the libraries are also appended to the -:prop_tgt:`LINK_INTERFACE_LIBRARIES_DEBUG >` -property (or to the properties corresponding to configurations listed in -the :prop_gbl:`DEBUG_CONFIGURATIONS` global property if it is set). -Libraries specified as ``optimized`` are appended to the -:prop_tgt:`INTERFACE_LINK_LIBRARIES` property. If policy :policy:`CMP0022` -is not ``NEW``, they are also appended to the -:prop_tgt:`LINK_INTERFACE_LIBRARIES` property. Libraries specified as -``general`` (or without any keyword) are treated as if specified for both -``debug`` and ``optimized``. - .. _`Linking Object Libraries`: Linking Object Libraries -- cgit v0.12