blob: 1b0c19ba26a684715c762591b1b2992db9c701b0 (
plain)
1
2
3
4
5
6
7
8
|
mingw-no-find_library-dll
-------------------------
* When building with GNU tools on Windows (MinGW tools), the
:command:`find_library` command will no longer consider
``.dll`` files to be linkable libraries. All dynamic link
libraries are expected to provide separate ``.dll.a`` or
``.lib`` import libraries.
|