mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
FindPython: Add support for 'PyPy'
This commit is contained in:
@@ -86,6 +86,7 @@ This module will set the following variables in your project
|
||||
* Anaconda
|
||||
* Canopy
|
||||
* IronPython
|
||||
* PyPy
|
||||
``Python3_STDLIB``
|
||||
Standard platform independent installation directory.
|
||||
|
||||
@@ -148,6 +149,8 @@ This module will set the following variables in your project
|
||||
Python 3 minor version.
|
||||
``Python3_VERSION_PATCH``
|
||||
Python 3 patch version.
|
||||
``Python3_PyPy_VERSION``
|
||||
Python 3 PyPy version.
|
||||
``Python3_NumPy_FOUND``
|
||||
System has the NumPy.
|
||||
``Python3_NumPy_INCLUDE_DIRS``
|
||||
@@ -278,6 +281,9 @@ Hints
|
||||
* ``IronPython``: This implementation use the ``CSharp`` language for
|
||||
``.NET Framework`` on top of the `Dynamic Language Runtime` (``DLR``).
|
||||
See `IronPython <http://ironpython.net>`_.
|
||||
* ``PyPy``: This implementation use ``RPython`` language and
|
||||
``RPython translation toolchain`` to produce the python interpreter.
|
||||
See `PyPy <https://www.pypy.org>`_.
|
||||
|
||||
The default value is the list: ``CPython``, ``IronPython``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user