| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
In some situations, like cross-compilation, it can be required to search for
the host python interpreter as well as the cross-compilation development
artifacts.
By managing different prefixes for the artifacts, multiple and independent
searches can be achieved.
|
| |
|
|
| |
Fixes: #26016
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the following variables:
* Python_EXECUTABLE_DEBUG
* Python_INTERPRETER
* Python_DEBUG_POSTFIX
and target Python::InterpreterDebug.
python_add_library() command Manage DEBUG_POSTFIX target property based
on the value of Python_DEBUG_POSTFIX variable.
Fixes: #25874
|
| |
|
|
|
| |
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
|
| |
|
|
| |
Fixes: #20362
|
| |
|
|
| |
This variable will enable to specify will ABIs will be searched.
|
| |
|
|
|
|
|
| |
Add new target Python::Module which take care of platform requirements
for Python module development.
Fixes: #18100
|
| |
|
|
| |
Fixes: #18827
|
| | |
|
|
|
Fixes: #16142
|