mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06: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