summaryrefslogtreecommitdiff
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-27 09:34:40 -0400
committerBrad King <brad.king@kitware.com>2023-03-27 09:49:51 -0400
commit5922c86ed60423b7d85506ae251e83d25dffca25 (patch)
tree7ae0cb8f3d062def2080693ce6b79053e47858ef /Help/release/dev
parent7dffe99ad8bf6c34421632aa277dc09d48085cb2 (diff)
downloadcmake-5922c86ed60423b7d85506ae251e83d25dffca25.tar.gz
file(GET_RUNTIME_DEPENDENCIES): Document case-preserving change on Windows
In commit fa45594407 (file(GET_RUNTIME_DEPENDENCIES): Preserve casing for Windows PE binaries, 2023-03-06) we neglected to update associated documentation.
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst b/Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst
new file mode 100644
index 0000000000..858f8b3a99
--- /dev/null
+++ b/Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst
@@ -0,0 +1,7 @@
+file-GET_RUNTIME_DEPENDENCIES-windows-casing
+--------------------------------------------
+
+
+* The :command:`file(GET_RUNTIME_DEPENDENCIES)` command now case-preserves
+ DLL names reported on Windows. They are still converted to lowercase
+ for filter matching.