diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-04-29 09:28:41 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-05-01 13:03:04 (GMT) |
commit | c1ef70d4d1e5b37fc6b6a1e14258ee8028ef2b05 (patch) | |
tree | 1fa87c4c3b81830adb100d5668baf7fdacf8da5e /Help | |
parent | 6556e587efa8ad954126137c6ca867f1f2797b11 (diff) | |
download | CMake-c1ef70d4d1e5b37fc6b6a1e14258ee8028ef2b05.zip CMake-c1ef70d4d1e5b37fc6b6a1e14258ee8028ef2b05.tar.gz CMake-c1ef70d4d1e5b37fc6b6a1e14258ee8028ef2b05.tar.bz2 |
FindPython: Add support for 'PyPy'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPython-pypy.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-pypy.rst b/Help/release/dev/FindPython-pypy.rst new file mode 100644 index 0000000..84f0db1 --- /dev/null +++ b/Help/release/dev/FindPython-pypy.rst @@ -0,0 +1,5 @@ +FindPython-pypy +--------------- + +* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` + modules gained the capability to handle ``PyPy`` product. |