mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 13:18:37 -06:00
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
This commit is contained in:
@@ -134,6 +134,9 @@ This module will set the following variables in your project
|
||||
System has the Python 2 development artifacts for Python embedding.
|
||||
``Python2_INCLUDE_DIRS``
|
||||
The Python 2 include directories.
|
||||
``Python2_LINK_OPTIONS``
|
||||
The Python 2 link options. Some configurations require specific link options
|
||||
for a correct build and execution.
|
||||
``Python2_LIBRARIES``
|
||||
The Python 2 libraries.
|
||||
``Python2_LIBRARY_DIRS``
|
||||
|
||||
Reference in New Issue
Block a user