| 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
|
|
|
|
|
|
|
|
| |
Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an
ordered list, which implementations must be searched for.
Currently possible values are:
* CPython
* IronPython
|
|
Ensure also the cache of properties is erased in case of multiple
searches.
Fixes: #20626, #20627
|