FindPython: python_add_library can now manage SOABI suffix.

Fixes: #20408
This commit is contained in:
Marc Chevrier
2020-03-03 13:10:16 +01:00
parent d1cb554c99
commit 0c97b73bc0
6 changed files with 52 additions and 14 deletions
+3 -1
View File
@@ -179,7 +179,9 @@ Modules
* The :module:`FindPython3` and :module:`FindPython` modules gained,
respectively, variable ``Python3_SOABI`` and ``Python_SOABI`` giving
the standard extension suffix for modules.
the standard extension suffix for modules. Moreover, commands
``Python3_add_library`` and ``Python_add_library`` gained the option
``WITH_SOABI`` to prefix the library suffix with the value of ``SOABI``.
* The :module:`FindLibXml2` module now provides an imported target for the
``xmllint`` executable