mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-23 00:48:55 +08:00

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.
8 lines
345 B
ReStructuredText
8 lines
345 B
ReStructuredText
FindPython-ARTIFACTS-PREFIX
|
|
---------------------------
|
|
|
|
* The :module:`FindPython`, :module:`FindPython2`, and :module:`FindPython3`
|
|
modules gained the possibility to do multiple calls in the same directory by
|
|
using, respectively, the variables ``Python_ARTIFACTS_PREFIX``,
|
|
``Python2_ARTIFACTS_PREFIX``, and ``Python3_ARTIFACTS_PREFIX``.
|