diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-10-12 13:45:55 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-10-12 13:45:55 (GMT) |
commit | 5772ca0a531c863874130b08611174274fe36037 (patch) | |
tree | a3fc5e24f8fda651ac7002c93b76fa32ff001633 /Help/release/3.19.rst | |
parent | 3fb2112880ca3be6299721f5add1928483de0b1b (diff) | |
download | CMake-5772ca0a531c863874130b08611174274fe36037.zip CMake-5772ca0a531c863874130b08611174274fe36037.tar.gz CMake-5772ca0a531c863874130b08611174274fe36037.tar.bz2 |
FindPython: Ensure Apple Xcode python 3 is usable
The python 3 distributed as part of Xcode requires the specification
of a 'rpath' pointing at frameowrks root for a correct execution.
Fixes: #21293
Diffstat (limited to 'Help/release/3.19.rst')
-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``, |