summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Python3Module
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-081-1/+1
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* FindPython: add support for Stable ABIMarc Chevrier2022-11-291-0/+9
| | | | Fixes: #24141
* FindPython: Tests optimizationsMarc Chevrier2020-10-011-2/+2
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: add sub-components to Development componentMarc Chevrier2020-04-161-0/+37
Fixes: #20425