diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-10-27 10:36:31 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-10-27 10:36:31 (GMT) |
commit | 9914b90f4a3be7d8357474f96c8091220d5cba24 (patch) | |
tree | 3c734e1bdec045ed1d171ed75df0598b3b902391 /Modules/FindPython.cmake | |
parent | 92780281c2e8a46223b262b152caa9c8329373b1 (diff) | |
download | CMake-9914b90f4a3be7d8357474f96c8091220d5cba24.zip CMake-9914b90f4a3be7d8357474f96c8091220d5cba24.tar.gz CMake-9914b90f4a3be7d8357474f96c8091220d5cba24.tar.bz2 |
Help: Minor wording cleanup for Python modules
Diffstat (limited to 'Modules/FindPython.cmake')
-rw-r--r-- | Modules/FindPython.cmake | 4 |
1 files changed, 2 insertions, 2 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:: |