summaryrefslogtreecommitdiff
path: root/Tests/FindPython/FindPythonScript.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: ensure user's policies are respectedMarc Chevrier2020-08-071-1/+1
| | | | | | | | | | | Do not set the policy version before recording our internal macros such as `__Python_add_library`. Otherwise callers get our policy version instead of theirs. Instead just set the specific policies we need. Also fix one case in our test suite where we were accidentally relying on the policy version to be set by `FindPython`. Fixes: #21042
* FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-241-1/+9
| | | | This variable will enable to specify will ABIs will be searched.
* FindPython: Support script modeKyle Edwards2019-01-231-0/+1
Fixes: #18827