Files
CMake/Help/release/dev/file-GET_RUNTIME_DEPENDENCIES-windows-casing.rst
Brad King 5922c86ed6 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.
2023-03-27 09:49:51 -04:00

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.