mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
afbbfe5109
Modern distributions of packages built with MinGW tools provide `.dll.a` import libraries. Prefer those instead of finding plain `.dll` files. This avoids accidentally finding unrelated Windows `.dll` files. Fixes: #20019