summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/VirtualEnv
Commit message (Collapse)AuthorAgeFilesLines
* FindPython: add capability to select python version for the testsMarc Chevrier2023-06-151-12/+14
|
* 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-1/+1
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: reduces consumption of resourcesMarc Chevrier2020-02-101-0/+1
| | | | | | | Stores more information in the cache to reduce the number of sub-processes required on subsequent find_package calls. Fixes: #20337
* FindPython: Extend virtual environment handling by considering condaSebastian Müller2019-12-211-0/+4
| | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111
* FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-034-0/+71
Fixes: #19097