summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Python
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: Tests optimizationsMarc Chevrier2020-10-011-4/+4
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: add sub-components to Development componentMarc Chevrier2020-04-161-0/+6
| | | | Fixes: #20425
* FindPython: fix regression on version validationMarc Chevrier2020-03-171-12/+14
| | | | | | | | | | In commit 3dab4682f6 (FindPython: reduces consumption of resources, 2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python executable version validation when the "LOCATION" strategy is used with the plain `FindPython` module. Fix the logic and add test cases covering those combinations. Fixes: #20465
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+3
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* FindPython: Support script modeKyle Edwards2019-01-231-0/+4
| | | | Fixes: #18827
* FindPython: Test existence of imported targetsKyle Edwards2019-01-231-0/+8
|
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+17
Fixes: #16142