diff options
author | Brad King <brad.king@kitware.com> | 2015-06-09 13:18:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-09 13:18:44 (GMT) |
commit | a53d920290f15a55737c944f3abf563d8d5d002d (patch) | |
tree | cfbdd4923b0b88eb1db599175f5cb53c486d60fd /Help | |
parent | d6011a61e94ef181a0aa6044216b6e8d327343e9 (diff) | |
parent | f5dbf00da67223c6f1d03cc4c88e05aa83b32f5b (diff) | |
download | CMake-a53d920290f15a55737c944f3abf563d8d5d002d.zip CMake-a53d920290f15a55737c944f3abf563d8d5d002d.tar.gz CMake-a53d920290f15a55737c944f3abf563d8d5d002d.tar.bz2 |
Merge topic 'revert-mingw-no-find_library-dll'
f5dbf00d Windows-GNU: Restore find_library treatment of '.dll' as linkable (#15409)
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`. |