From c1ef70d4d1e5b37fc6b6a1e14258ee8028ef2b05 Mon Sep 17 00:00:00 2001 From: Marc Chevrier Date: Wed, 29 Apr 2020 11:28:41 +0200 Subject: FindPython: Add support for 'PyPy' --- Modules/FindPython.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Modules/FindPython.cmake') diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index 93f77a84a5..a97f3c5d9f 100644 --- a/Modules/FindPython.cmake +++ b/Modules/FindPython.cmake @@ -85,6 +85,7 @@ This module will set the following variables in your project * Anaconda * Canopy * IronPython + * PyPy ``Python_STDLIB`` Standard platform independent installation directory. @@ -147,6 +148,8 @@ This module will set the following variables in your project Python minor version. ``Python_VERSION_PATCH`` Python patch version. +``Python_PyPy_VERSION`` + Python PyPy version. ``Python_NumPy_FOUND`` System has the NumPy. ``Python_NumPy_INCLUDE_DIRS`` @@ -281,6 +284,9 @@ Hints * ``IronPython``: This implementation use the ``CSharp`` language for ``.NET Framework`` on top of the `Dynamic Language Runtime` (``DLR``). See `IronPython `_. + * ``PyPy``: This implementation use ``RPython`` language and + ``RPython translation toolchain`` to produce the python interpreter. + See `PyPy `_. The default value is the list: ``CPython``, ``IronPython``. -- cgit v1.2.1