mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
FindPython: python_add_library can now manage SOABI suffix.
Fixes: #20408
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user