Răsfoiți Sursa

Merge topic 'findpython-docs-fixes'

b564ced24f FindPython: fix typo in Python_LIBRARY_DIRS

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5220
Kyle Edwards 5 ani în urmă
părinte
comite
b8fd97735b
3 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      Modules/FindPython.cmake
  2. 1 1
      Modules/FindPython2.cmake
  3. 1 1
      Modules/FindPython3.cmake

+ 1 - 1
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``

+ 1 - 1
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``

+ 1 - 1
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``