Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -2/+2 |
| | | | | | * Use 'project(... LANGUAGES NONE)' when possible * enhance error messages wording | ||||
* | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -1/+14 |
| | | | | Fixes: #20425 | ||||
* | FindPython*: Manage weak link for Python modules | Marc Chevrier | 2019-05-07 | 1 | -0/+29 |
Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100 |