mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
In commit fa45594407 (file(GET_RUNTIME_DEPENDENCIES): Preserve casing
for Windows PE binaries, 2023-03-06) we neglected to update associated
documentation.
8 lines
262 B
ReStructuredText
8 lines
262 B
ReStructuredText
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.
|