diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-05-07 12:39:13 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-05-11 12:02:59 (GMT) |
commit | e8ffc602209867eee9bc3a1331a673fa61cd03a2 (patch) | |
tree | 8c03343d87038424e00deb024f8fe5ace4ebed28 /Help/release/dev/FindPython-IronPython-support.rst | |
parent | 8afac758e6e793a0f004ce2693b0096362391cd9 (diff) | |
download | CMake-e8ffc602209867eee9bc3a1331a673fa61cd03a2.zip CMake-e8ffc602209867eee9bc3a1331a673fa61cd03a2.tar.gz CMake-e8ffc602209867eee9bc3a1331a673fa61cd03a2.tar.bz2 |
FindPython: Add IronPython support on all platforms
Diffstat (limited to 'Help/release/dev/FindPython-IronPython-support.rst')
-rw-r--r-- | Help/release/dev/FindPython-IronPython-support.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-IronPython-support.rst b/Help/release/dev/FindPython-IronPython-support.rst new file mode 100644 index 0000000..0ed11e9 --- /dev/null +++ b/Help/release/dev/FindPython-IronPython-support.rst @@ -0,0 +1,5 @@ +FindPython-IronPython-support +----------------------------- + +* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` + modules support now the ``IronPython`` implementation on all platforms. |