Merge topic 'FindPython-new-implementation'

50b5e9ed13 CMake build: Use new FindPython module
352baee207 FindPython*: New implementation for Python stuff

Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com>
Acked-by: Alex Turbov <i.zaufi@gmail.com>
Merge-request: !1819
This commit is contained in:
Brad King
2018-03-21 14:01:29 +00:00
committed by Kitware Robot
28 changed files with 1614 additions and 13 deletions

View File

@@ -644,6 +644,8 @@ Documentation`_ section above.
.. _`CMake Developer Standard Variable Names`:
Standard Variable Names
^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -196,6 +196,9 @@ All Modules
/module/FindPostgreSQL
/module/FindProducer
/module/FindProtobuf
/module/FindPython
/module/FindPython2
/module/FindPython3
/module/FindPythonInterp
/module/FindPythonLibs
/module/FindQt3

View File

@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindPython.cmake

View File

@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindPython2.cmake

View File

@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindPython3.cmake

View File

@@ -0,0 +1,5 @@
FindPython(2|3)
---------------
* The new :module:`FindPython3` and :module:`FindPython2` modules, as well as
:module:`FindPython`, provide a new way to locate python environments.