mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
FindPython*: ensure correct architecture is selected.
Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024
This commit is contained in:
@@ -28,6 +28,13 @@ is searched.
|
||||
To manage concurrent versions 3 and 2 of Python, use :module:`FindPython3` and
|
||||
:module:`FindPython2` modules rather than this one.
|
||||
|
||||
.. note::
|
||||
|
||||
If components ``Interpreter`` and ``Development`` are both specified, this
|
||||
module search only for interpreter with same platform architecture as the one
|
||||
defined by ``CMake`` configuration. This contraint does not apply if only
|
||||
``Interpreter`` component is specified.
|
||||
|
||||
Imported Targets
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user