| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
CMake 3.27 deprecates compatibility with CMake < 3.5.
Update find module tests to avoid the deprecation warning.
|
|
|
|
|
| |
* Use 'project(... LANGUAGES NONE)' when possible
* enhance error messages wording
|
|
|
|
| |
Fixes: #20425
|
|
|
|
|
|
|
|
|
|
| |
In commit 3dab4682f6 (FindPython: reduces consumption of resources,
2020-02-10, v3.17.0-rc1~11^2) we accidentally broke the python
executable version validation when the "LOCATION" strategy is used
with the plain `FindPython` module. Fix the logic and add test
cases covering those combinations.
Fixes: #20465
|
|
|
|
|
|
|
| |
Add new target Python::Module which take care of platform requirements
for Python module development.
Fixes: #18100
|
|
|
|
| |
Fixes: #18827
|
| |
|
|
Fixes: #16142
|