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
This commit is contained in:
Philipp Storz
2020-09-11 20:35:34 +02:00
parent 907a3de1c4
commit b564ced24f
3 changed files with 3 additions and 3 deletions

View File

@@ -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``

View File

@@ -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``

View File

@@ -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``