mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
4d4e008e69
When a library file name is encountered multiple times, reuse the result from the first time. This more closely matches the behavior of the dynamic loader on Linux. Fixes: #24621
6 lines
175 B
ReStructuredText
6 lines
175 B
ReStructuredText
elf-lib-deps-resolve
|
|
--------------------
|
|
|
|
* The :command:`file(GET_RUNTIME_DEPENDENCIES)` command was updated
|
|
to more closely match the dynamic loader's behavior on Linux.
|