summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-20 13:12:43 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-20 13:12:57 (GMT)
commitfc17277bdad832e45991de60090c8688b60855fa (patch)
tree879e5cd80754705db09d8eed326556da1c50f839 /Help
parent396ed90aa17ba06e5d192755485adbadd2402316 (diff)
parentbe848a71b079cbb21b2b6f9bdbf5d2fff8f46426 (diff)
downloadCMake-fc17277bdad832e45991de60090c8688b60855fa.zip
CMake-fc17277bdad832e45991de60090c8688b60855fa.tar.gz
CMake-fc17277bdad832e45991de60090c8688b60855fa.tar.bz2
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
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/detect-lib_foo.a-msvc.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/detect-lib_foo.a-msvc.rst b/Help/release/dev/detect-lib_foo.a-msvc.rst
new file mode 100644
index 0000000..4080a5b
--- /dev/null
+++ b/Help/release/dev/detect-lib_foo.a-msvc.rst
@@ -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``.