diff options
author | Brad King <brad.king@kitware.com> | 2020-10-13 12:26:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-13 12:26:14 (GMT) |
commit | 9c925e7170653c927bc45ea8b91b476650b02996 (patch) | |
tree | 7c698a31d2d4adc4e369eb6e1c9114a97efa3223 /Help | |
parent | 5e4f3ceef73f8c664808b1cafb69ab4a4cd9ad1a (diff) | |
parent | 5772ca0a531c863874130b08611174274fe36037 (diff) | |
download | CMake-9c925e7170653c927bc45ea8b91b476650b02996.zip CMake-9c925e7170653c927bc45ea8b91b476650b02996.tar.gz CMake-9c925e7170653c927bc45ea8b91b476650b02996.tar.bz2 |
Merge topic 'FindPython-Apple-python3'
5772ca0a53 FindPython: Ensure Apple Xcode python 3 is usable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5356
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.19.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index d2ae9df..ea68594 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -189,6 +189,10 @@ Modules * The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` modules gained the capability to manage a version range. +* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` + modules provide, respectively, the variable ``Python3_LINK_OPTIONS``, + ``Python2_LINK_OPTIONS`` and ``Python_LINK_OPTIONS`` for link options. + * The :module:`FindSDL` module now provides: * imported target ``SDL::SDL``, |