mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -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