diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-04-22 13:01:21 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-04-28 11:56:18 (GMT) |
commit | d2c47c822b50d3cfd23b208c663fbe4f40fcf2f5 (patch) | |
tree | 0f7183ab2b5a8875bc97b8673a9a726bf1e0358d /Help/release | |
parent | 265fb71c917e3921012c2950a921cb380f60ae0f (diff) | |
download | CMake-d2c47c822b50d3cfd23b208c663fbe4f40fcf2f5.zip CMake-d2c47c822b50d3cfd23b208c663fbe4f40fcf2f5.tar.gz CMake-d2c47c822b50d3cfd23b208c663fbe4f40fcf2f5.tar.bz2 |
FindPython: Add capability to specify Python implementations
Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an
ordered list, which implementations must be searched for.
Currently possible values are:
* CPython
* IronPython
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/FindPython-find-implementations.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-find-implementations.rst b/Help/release/dev/FindPython-find-implementations.rst new file mode 100644 index 0000000..d4f548b --- /dev/null +++ b/Help/release/dev/FindPython-find-implementations.rst @@ -0,0 +1,5 @@ +FindPython-find-implementations +------------------------------- + +* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython` + modules gained the capability to specify which implementations to search for. |