mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user