diff options
author | Brad King <brad.king@kitware.com> | 2023-03-27 13:34:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-27 13:49:51 (GMT) |
commit | 5922c86ed60423b7d85506ae251e83d25dffca25 (patch) | |
tree | 7ae0cb8f3d062def2080693ce6b79053e47858ef /Help/release | |
parent | 7dffe99ad8bf6c34421632aa277dc09d48085cb2 (diff) | |
download | CMake-5922c86ed60423b7d85506ae251e83d25dffca25.zip CMake-5922c86ed60423b7d85506ae251e83d25dffca25.tar.gz CMake-5922c86ed60423b7d85506ae251e83d25dffca25.tar.bz2 |
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')
-rw-r--r-- | Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst | 7 |
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 0000000..858f8b3 --- /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. |