diff options
author | Brad King <brad.king@kitware.com> | 2015-02-19 14:32:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-02-19 14:32:31 (GMT) |
commit | 05c54c5bc7e3fb29d4d9366035410b69cc6ca494 (patch) | |
tree | 374daa82b16575292b1636bdd5a82c609e28185e /Help | |
parent | 6f9c4d17f89838a822baab5e99571c20113174f9 (diff) | |
parent | a0f17fbe9cc8c8d30d8c1a4df50c4af5fc4e63d1 (diff) | |
download | CMake-05c54c5bc7e3fb29d4d9366035410b69cc6ca494.zip CMake-05c54c5bc7e3fb29d4d9366035410b69cc6ca494.tar.gz CMake-05c54c5bc7e3fb29d4d9366035410b69cc6ca494.tar.bz2 |
Merge topic 'mingw-no-find_library-dll'
a0f17fbe Windows-GNU: Do not tell find_library to treat '.dll' as linkable
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/mingw-no-find_library-dll.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/mingw-no-find_library-dll.rst b/Help/release/dev/mingw-no-find_library-dll.rst new file mode 100644 index 0000000..1b0c19b --- /dev/null +++ b/Help/release/dev/mingw-no-find_library-dll.rst @@ -0,0 +1,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. |