summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/Python2
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-5/+5
| | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording
* FindPython: add sub-components to Development componentMarc Chevrier2020-04-161-0/+9
| | | | Fixes: #20425
* FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-241-0/+1
| | | | This variable will enable to specify will ABIs will be searched.
* FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+3
| | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
* FindPython: Support script modeKyle Edwards2019-01-231-0/+4
| | | | Fixes: #18827
* FindPython: Test existence of imported targetsKyle Edwards2019-01-231-0/+8
|
* FindPython*: New implementation for Python stuffMarc Chevrier2018-03-201-0/+22
Fixes: #16142