diff options
author | Brad King <brad.king@kitware.com> | 2015-06-08 14:08:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-08 14:16:18 (GMT) |
commit | f5dbf00da67223c6f1d03cc4c88e05aa83b32f5b (patch) | |
tree | cde038f91cf487848fb2dcc21b7d7029f41afdf0 /Help | |
parent | b8746c4cfe325f05dbcb4e9a99ca78496c90e74e (diff) | |
download | CMake-f5dbf00da67223c6f1d03cc4c88e05aa83b32f5b.zip CMake-f5dbf00da67223c6f1d03cc4c88e05aa83b32f5b.tar.gz CMake-f5dbf00da67223c6f1d03cc4c88e05aa83b32f5b.tar.bz2 |
Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
Revert commit v3.3.0-rc1~435^2 (Windows-GNU: Do not tell find_library to
treat '.dll' as linkable, 2015-02-18). MinGW tools support linking to
'.dll' files directly and many non-CMake build systems still do not
provide a separate '.dll.a' file.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.3.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/3.3.rst b/Help/release/3.3.rst index 15127cc..0beb354 100644 --- a/Help/release/3.3.rst +++ b/Help/release/3.3.rst @@ -251,12 +251,6 @@ Deprecated and Removed Features Projects may populate the :ref:`User Package Registry` to aid users building multiple dependent projects one after another. -* 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. - * The :command:`add_definitions()` command no longer causes a :prop_dir:`DEFINITIONS` directory property to be populated. See policy :policy:`CMP0059`. |