summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2022-07-19 14:30:07 +0200
committerMartin Michlmayr <tbm@cyrius.com>2022-07-19 22:44:20 +0800
commitfcacef5af9e52204926480fbdeb9a238ecab31d1 (patch)
tree51d1d44e54edd49b6c9cb2db23e57681da7089f1 /cmake
parent4898e57bdd247f1f2a18ca1217a89e7f1105caae (diff)
downloadfork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.gz
fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.bz2
fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.zip
Fix typos found by codespell
Diffstat (limited to 'cmake')
-rw-r--r--cmake/python-backport/FindPython.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/python-backport/FindPython.cmake b/cmake/python-backport/FindPython.cmake
index e2f3bf34..be7386b9 100644
--- a/cmake/python-backport/FindPython.cmake
+++ b/cmake/python-backport/FindPython.cmake
@@ -32,7 +32,7 @@ To manage concurrent versions 3 and 2 of Python, use :module:`FindPython3` and
If components ``Interpreter`` and ``Development`` are both specified, this
module search only for interpreter with same platform architecture as the one
- defined by ``CMake`` configuration. This contraint does not apply if only
+ defined by ``CMake`` configuration. This constraint does not apply if only
``Interpreter`` component is specified.
Imported Targets
@@ -121,7 +121,7 @@ This module will set the following variables in your project
``Python_NumPy_FOUND``
System has the NumPy.
``Python_NumPy_INCLUDE_DIRS``
- The NumPy include directries.
+ The NumPy include directories.
``Python_NumPy_VERSION``
The NumPy version.
@@ -175,7 +175,7 @@ Hints
variable will be used, if any.
``Python_FIND_VIRTUALENV``
- This variable defines the handling of virtual environments. It is meaningfull
+ This variable defines the handling of virtual environments. It is meaningful
only when a virtual environment is active (i.e. the ``activate`` script has
been evaluated). In this case, it takes precedence over
``Python_FIND_REGISTRY`` and ``CMAKE_FIND_FRAMEWORK`` variables.