mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -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
7 lines
211 B
ReStructuredText
7 lines
211 B
ReStructuredText
mingw-find-no-dll
|
|
-----------------
|
|
|
|
* When using MinGW tools, the :command:`find_library` command no longer
|
|
finds ``.dll`` files by default. Instead it expects ``.dll.a`` import
|
|
libraries to be available.
|