[Cmake-commits] CMake branch, master, updated. v3.16.0-rc2-132-ge03b677e70
Kitware Robot
kwrobot at kitware.com
Mon Oct 28 06:46:23 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via e03b677e703f84c9d1a2875083d1290db16eb4ad (commit)
via 9914b90f4a3be7d8357474f96c8091220d5cba24 (commit)
from 0e4190ba9eaa46fe009394d5c5022818ef669bd9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e03b677e703f84c9d1a2875083d1290db16eb4ad
commit e03b677e703f84c9d1a2875083d1290db16eb4ad
Merge: 0e4190ba9e 9914b90f4a
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Mon Oct 28 10:44:05 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Oct 28 06:44:17 2019 -0400
Merge topic 'docs-FindPython-minor-grammar'
9914b90f4a Help: Minor wording cleanup for Python modules
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3953
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9914b90f4a3be7d8357474f96c8091220d5cba24
commit 9914b90f4a3be7d8357474f96c8091220d5cba24
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Sun Oct 27 21:36:31 2019 +1100
Commit: Craig Scott <craig.scott at crascit.com>
CommitDate: Sun Oct 27 21:36:31 2019 +1100
Help: Minor wording cleanup for Python modules
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake
index 3cc08a165b..2bdfaf393d 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 0cecdc69cf..3cc7d56792 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 1edb9c9f72..066d0df6a1 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::
-----------------------------------------------------------------------
Summary of changes:
Modules/FindPython.cmake | 4 ++--
Modules/FindPython2.cmake | 4 ++--
Modules/FindPython3.cmake | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list