Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: add capability to select python version for the tests | Marc Chevrier | 2023-06-15 | 1 | -12/+14 |
| | |||||
* | Tests: Bump CMake minimum required version in find-module tests to 3.5 | Brad King | 2023-03-08 | 1 | -1/+1 |
| | | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning. | ||||
* | FindPython: Tests optimizations | Marc Chevrier | 2020-10-01 | 1 | -1/+1 |
| | | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording | ||||
* | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 4 | -0/+75 |
- Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111 |