summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2020-09-11 20:35:34 +0200
committerPhilipp Storz <philipp.storz@bareos.com>2020-09-11 20:35:34 +0200
commitb564ced24f78a632b53fa50c826171a465c2cbc7 (patch)
tree2a9035ecd33935691c36a4572335873f30041baa /Modules
parent907a3de1c4c059410f7f479be1217126f5924869 (diff)
downloadcmake-b564ced24f78a632b53fa50c826171a465c2cbc7.tar.gz
FindPython: fix typo in Python_LIBRARY_DIRS
Fixes the wrong spelling of Python_LIBRARY_DIRS as "Python_LIBRAY_DIRS" which exists in - FindPython - FindPython2 - FindPython3
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPython.cmake2
-rw-r--r--Modules/FindPython2.cmake2
-rw-r--r--Modules/FindPython3.cmake2
3 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake
index d89029a263..584f64d3e2 100644
--- a/Modules/FindPython.cmake
+++ b/Modules/FindPython.cmake
@@ -328,7 +328,7 @@ setting the following variables:
``Python_LIBRARY``
The path to the library. It will be used to compute the
- variables ``Python_LIBRARIES``, ``Python_LIBRAY_DIRS`` and
+ variables ``Python_LIBRARIES``, ``Python_LIBRARY_DIRS`` and
``Python_RUNTIME_LIBRARY_DIRS``.
``Python_INCLUDE_DIR``
diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake
index f5ad4545bd..1c750116a5 100644
--- a/Modules/FindPython2.cmake
+++ b/Modules/FindPython2.cmake
@@ -275,7 +275,7 @@ setting the following variables:
``Python2_LIBRARY``
The path to the library. It will be used to compute the
- variables ``Python2_LIBRARIES``, ``Python2_LIBRAY_DIRS`` and
+ variables ``Python2_LIBRARIES``, ``Python2_LIBRARY_DIRS`` and
``Python2_RUNTIME_LIBRARY_DIRS``.
``Python2_INCLUDE_DIR``
diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake
index bacdc4260b..e6e9f04f77 100644
--- a/Modules/FindPython3.cmake
+++ b/Modules/FindPython3.cmake
@@ -325,7 +325,7 @@ setting the following variables:
``Python3_LIBRARY``
The path to the library. It will be used to compute the
- variables ``Python3_LIBRARIES``, ``Python3_LIBRAY_DIRS`` and
+ variables ``Python3_LIBRARIES``, ``Python3_LIBRARY_DIRS`` and
``Python3_RUNTIME_LIBRARY_DIRS``.
``Python3_INCLUDE_DIR``