diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-10-28 10:44:05 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-10-28 10:44:17 (GMT) |
commit | e03b677e703f84c9d1a2875083d1290db16eb4ad (patch) | |
tree | 60c41f9073aa8041f098477ac69b48c18b65dea7 /Modules | |
parent | 0e4190ba9eaa46fe009394d5c5022818ef669bd9 (diff) | |
parent | 9914b90f4a3be7d8357474f96c8091220d5cba24 (diff) | |
download | CMake-e03b677e703f84c9d1a2875083d1290db16eb4ad.zip CMake-e03b677e703f84c9d1a2875083d1290db16eb4ad.tar.gz CMake-e03b677e703f84c9d1a2875083d1290db16eb4ad.tar.bz2 |
Merge topic 'docs-FindPython-minor-grammar'
9914b90f4a Help: Minor wording cleanup for Python modules
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3953
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindPython.cmake | 4 | ||||
-rw-r--r-- | Modules/FindPython2.cmake | 4 | ||||
-rw-r--r-- | Modules/FindPython3.cmake | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index 3cc08a1..2bdfaf3 100644 --- a/Modules/FindPython.cmake +++ b/Modules/FindPython.cmake @@ -8,7 +8,7 @@ FindPython Find Python interpreter, compiler and development environment (include directories and libraries). -Three components are supported: +The following components are supported: * ``Interpreter``: search for Python interpreter. * ``Compiler``: search for Python compiler. Only offered by IronPython. @@ -16,7 +16,7 @@ Three components are supported: libraries). * ``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``, ``Development`` and ``NumPy``, specify all components at the same time:: diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake index 0cecdc6..3cc7d56 100644 --- a/Modules/FindPython2.cmake +++ b/Modules/FindPython2.cmake @@ -8,7 +8,7 @@ FindPython2 Find Python 2 interpreter, compiler and development environment (include directories and libraries). -Three components are supported: +The following components are supported: * ``Interpreter``: search for Python 2 interpreter * ``Compiler``: search for Python 2 compiler. Only offered by IronPython. @@ -16,7 +16,7 @@ Three components are supported: libraries) * ``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``, ``Development`` and ``NumPy``, specify all components at the same time:: diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake index 1edb9c9..066d0df 100644 --- a/Modules/FindPython3.cmake +++ b/Modules/FindPython3.cmake @@ -8,7 +8,7 @@ FindPython3 Find Python 3 interpreter, compiler and development environment (include directories and libraries). -Three components are supported: +The following components are supported: * ``Interpreter``: search for Python 3 interpreter * ``Compiler``: search for Python 3 compiler. Only offered by IronPython. @@ -16,7 +16,7 @@ Three components are supported: libraries) * ``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``, ``Development`` and ``NumPy``, specify all components at the same time:: |