summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/MultiplePackages
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: add capability to select python version for the testsMarc Chevrier2023-06-151-20/+32
|
* 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*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+33
Fixes: #16142