From b4bac3018fac256e48a0ae3be52c153ff72a06a1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 Feb 2025 09:24:07 -0500 Subject: [PATCH] Help: Drop target_link_libraries mention of CMP0003 and CMP0004 These policies have been removed by CMake 4.0 and have not been practically relevant in many years. Issue: #26679 --- Help/command/target_link_libraries.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Help/command/target_link_libraries.rst b/Help/command/target_link_libraries.rst index 4376e93593..a7db2a18bb 100644 --- a/Help/command/target_link_libraries.rst +++ b/Help/command/target_link_libraries.rst @@ -120,9 +120,6 @@ Each ```` may be: Additionally, a generator expression may be used as a fragment of any of the above items, e.g. ``foo$<1:_d>``. - Note that generator expressions will not be used in OLD handling of - policy :policy:`CMP0003` or policy :policy:`CMP0004`. - * A ``debug``, ``optimized``, or ``general`` keyword immediately followed by another ````. The item following such a keyword will be used only for the corresponding build configuration. The ``debug`` keyword