mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
@@ -644,6 +644,8 @@ Documentation`_ section above.
|
||||
|
||||
|
||||
|
||||
.. _`CMake Developer Standard Variable Names`:
|
||||
|
||||
Standard Variable Names
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -196,6 +196,9 @@ All Modules
|
||||
/module/FindPostgreSQL
|
||||
/module/FindProducer
|
||||
/module/FindProtobuf
|
||||
/module/FindPython
|
||||
/module/FindPython2
|
||||
/module/FindPython3
|
||||
/module/FindPythonInterp
|
||||
/module/FindPythonLibs
|
||||
/module/FindQt3
|
||||
|
||||
1
Help/module/FindPython.rst
Normal file
1
Help/module/FindPython.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/FindPython.cmake
|
||||
1
Help/module/FindPython2.rst
Normal file
1
Help/module/FindPython2.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/FindPython2.cmake
|
||||
1
Help/module/FindPython3.rst
Normal file
1
Help/module/FindPython3.rst
Normal file
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/FindPython3.cmake
|
||||
5
Help/release/dev/FindPython-new-implementation.rst
Normal file
5
Help/release/dev/FindPython-new-implementation.rst
Normal 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.
|
||||
Reference in New Issue
Block a user