summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/IronPython
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: Tests optimizationsMarc Chevrier2020-10-011-4/+4
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-281-1/+10
| | | | | | | | 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
* FindPython: fix python compiler validationMarc Chevrier2020-04-231-0/+22
Ensure also the cache of properties is erased in case of multiple searches. Fixes: #20626, #20627