summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-06-13 14:57:09 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-13 14:59:28 (GMT)
commitacce355673b97cdf2d6841fddb338a6ab2eeaa43 (patch)
treeaebb91f9b6ff8e6bb0800c5a0a8fe4515535ad23 /Help
parentcb5b148335af1466fcc9412c5fff0b4e6dbe8ebd (diff)
downloadCMake-acce355673b97cdf2d6841fddb338a6ab2eeaa43.zip
CMake-acce355673b97cdf2d6841fddb338a6ab2eeaa43.tar.gz
CMake-acce355673b97cdf2d6841fddb338a6ab2eeaa43.tar.bz2
Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS
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).
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.27.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.27.rst b/Help/release/3.27.rst
index dadd7a6..930a0dc 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
-------