Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -4/+4 |
| | | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording | ||||
* | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -0/+6 |
| | | | | Fixes: #20425 | ||||
* | FindPython: fix regression on version validation | Marc Chevrier | 2020-03-17 | 1 | -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 modules | Marc Chevrier | 2019-05-07 | 1 | -0/+3 |
| | | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100 | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -0/+4 |
| | | | | Fixes: #18827 | ||||
* | FindPython: Test existence of imported targets | Kyle Edwards | 2019-01-23 | 1 | -0/+8 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+17 |
Fixes: #16142 |