summaryrefslogtreecommitdiffstats
path: root/Help/release/3.19.rst
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-10-12 13:45:55 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-10-12 13:45:55 (GMT)
commit5772ca0a531c863874130b08611174274fe36037 (patch)
treea3fc5e24f8fda651ac7002c93b76fa32ff001633 /Help/release/3.19.rst
parent3fb2112880ca3be6299721f5add1928483de0b1b (diff)
downloadCMake-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.rst4
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``,