mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
Help: Minor wording cleanup for Python modules
This commit is contained in:
@@ -8,7 +8,7 @@ FindPython
|
|||||||
Find Python interpreter, compiler and development environment (include
|
Find Python interpreter, compiler and development environment (include
|
||||||
directories and libraries).
|
directories and libraries).
|
||||||
|
|
||||||
Three components are supported:
|
The following components are supported:
|
||||||
|
|
||||||
* ``Interpreter``: search for Python interpreter.
|
* ``Interpreter``: search for Python interpreter.
|
||||||
* ``Compiler``: search for Python compiler. Only offered by IronPython.
|
* ``Compiler``: search for Python compiler. Only offered by IronPython.
|
||||||
@@ -16,7 +16,7 @@ Three components are supported:
|
|||||||
libraries).
|
libraries).
|
||||||
* ``NumPy``: search for NumPy include directories.
|
* ``NumPy``: search for NumPy include directories.
|
||||||
|
|
||||||
If no ``COMPONENTS`` is specified, ``Interpreter`` is assumed.
|
If no ``COMPONENTS`` are specified, ``Interpreter`` is assumed.
|
||||||
|
|
||||||
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
||||||
``Development`` and ``NumPy``, specify all components at the same time::
|
``Development`` and ``NumPy``, specify all components at the same time::
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ FindPython2
|
|||||||
Find Python 2 interpreter, compiler and development environment (include
|
Find Python 2 interpreter, compiler and development environment (include
|
||||||
directories and libraries).
|
directories and libraries).
|
||||||
|
|
||||||
Three components are supported:
|
The following components are supported:
|
||||||
|
|
||||||
* ``Interpreter``: search for Python 2 interpreter
|
* ``Interpreter``: search for Python 2 interpreter
|
||||||
* ``Compiler``: search for Python 2 compiler. Only offered by IronPython.
|
* ``Compiler``: search for Python 2 compiler. Only offered by IronPython.
|
||||||
@@ -16,7 +16,7 @@ Three components are supported:
|
|||||||
libraries)
|
libraries)
|
||||||
* ``NumPy``: search for NumPy include directories.
|
* ``NumPy``: search for NumPy include directories.
|
||||||
|
|
||||||
If no ``COMPONENTS`` is specified, ``Interpreter`` is assumed.
|
If no ``COMPONENTS`` are specified, ``Interpreter`` is assumed.
|
||||||
|
|
||||||
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
||||||
``Development`` and ``NumPy``, specify all components at the same time::
|
``Development`` and ``NumPy``, specify all components at the same time::
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ FindPython3
|
|||||||
Find Python 3 interpreter, compiler and development environment (include
|
Find Python 3 interpreter, compiler and development environment (include
|
||||||
directories and libraries).
|
directories and libraries).
|
||||||
|
|
||||||
Three components are supported:
|
The following components are supported:
|
||||||
|
|
||||||
* ``Interpreter``: search for Python 3 interpreter
|
* ``Interpreter``: search for Python 3 interpreter
|
||||||
* ``Compiler``: search for Python 3 compiler. Only offered by IronPython.
|
* ``Compiler``: search for Python 3 compiler. Only offered by IronPython.
|
||||||
@@ -16,7 +16,7 @@ Three components are supported:
|
|||||||
libraries)
|
libraries)
|
||||||
* ``NumPy``: search for NumPy include directories.
|
* ``NumPy``: search for NumPy include directories.
|
||||||
|
|
||||||
If no ``COMPONENTS`` is specified, ``Interpreter`` is assumed.
|
If no ``COMPONENTS`` are specified, ``Interpreter`` is assumed.
|
||||||
|
|
||||||
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
To ensure consistent versions between components ``Interpreter``, ``Compiler``,
|
||||||
``Development`` and ``NumPy``, specify all components at the same time::
|
``Development`` and ``NumPy``, specify all components at the same time::
|
||||||
|
|||||||
Reference in New Issue
Block a user