cmake/0005-Help-Add-3.27-release-note-for-TARGET_RUNTIME_DLL_DI.patch

36 lines
1.1 KiB
Diff

From acce355673b97cdf2d6841fddb338a6ab2eeaa43 Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Tue, 13 Jun 2023 10:57:09 -0400
Subject: [PATCH 5/9] Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This was accidentally left out of commit 2ce3d62ffb (Help: add
documentation for the new TARGET_RUNTIME_DLL_DIRS genex, 2023-02-26,
v3.27.0-rc1~400^2~2).
Signed-off-by: Björn Esser <besser82@fedoraproject.org>
---
Help/release/3.27.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst
index dadd7a60a6..930a0dc13c 100644
--- a/Help/release/3.27.rst
+++ b/Help/release/3.27.rst
@@ -157,6 +157,10 @@ Generator Expressions
:ref:`transformation <GenEx Path Transformations>` operations learned
to process :ref:`lists <CMake Language Lists>` of paths element-wise.
+* The :genex:`TARGET_RUNTIME_DLL_DIRS` generator expression was added.
+ It expands to a list of the directories containing DLLs in
+ :genex:`TARGET_RUNTIME_DLLS`.
+
Autogen
-------
--
2.41.0