mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -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