summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Implementation
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Tests optimizationsMarc Chevrier2020-10-011-3/+3
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-281-0/+37
Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are: * CPython * IronPython