summaryrefslogtreecommitdiff
path: root/Modules/FindPython3.cmake
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/FindPython3.cmake
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/FindPython3.cmake')
-rw-r--r--Modules/FindPython3.cmake2
1 files changed, 1 insertions, 1 deletions
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``