blob: 4080a5b8e005d2b345c91a5af1baf22b53b5b7b0 (
plain)
1
2
3
4
5
6
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``.
|