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.
This commit is contained in:
Brad King
2023-03-27 09:34:40 -04:00
parent 7dffe99ad8
commit 5922c86ed6
2 changed files with 23 additions and 9 deletions
@@ -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.