Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: ensure user's policies are respected | Marc Chevrier | 2020-08-07 | 1 | -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 Chevrier | 2019-06-24 | 1 | -1/+9 |
| | | | | This variable will enable to specify will ABIs will be searched. | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -0/+1 |
Fixes: #18827 |