diff options
author | Brad King <brad.king@kitware.com> | 2020-03-04 13:19:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-04 13:20:18 (GMT) |
commit | 95b151af9039940daa3e6767da2ec1db8bb07ee5 (patch) | |
tree | 44a11b7205bd0095d2485e179c720f4dcd19fbdf /Help/release | |
parent | 288a3204ed78399e0d88af6b28e169cc2a3f6af4 (diff) | |
parent | 0c97b73bc09ee34aa40667a044f05e7049d16a60 (diff) | |
download | CMake-95b151af9039940daa3e6767da2ec1db8bb07ee5.zip CMake-95b151af9039940daa3e6767da2ec1db8bb07ee5.tar.gz CMake-95b151af9039940daa3e6767da2ec1db8bb07ee5.tar.bz2 |
Merge topic 'FindPython-manage-SOABI-suffix'
0c97b73bc0 FindPython: python_add_library can now manage SOABI suffix.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4420
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.17.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/3.17.rst b/Help/release/3.17.rst index 30e6cc3..23dec84 100644 --- a/Help/release/3.17.rst +++ b/Help/release/3.17.rst @@ -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 |