mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'detect-lib_foo.a-msvc'
be848a71b0 MSVC: Teach find_library to consider the 'libfoo.a' naming convention
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7694
This commit is contained in:
7
Help/release/dev/detect-lib_foo.a-msvc.rst
Normal file
7
Help/release/dev/detect-lib_foo.a-msvc.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
detect-lib_foo.a-msvc
|
||||
---------------------
|
||||
|
||||
* On Windows, when targeting the MSVC ABI, the :command:`find_library` command
|
||||
now accepts ``.a`` file names after first considering ``.lib``. This is
|
||||
symmetric with existing behavior when targeting the GNU ABI, in which the
|
||||
command accepts ``.lib`` file names after first considering ``.a``.
|
||||
Reference in New Issue
Block a user