mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-20 19:00:37 -05:00
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