diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-14 14:23:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-09-14 14:23:46 (GMT) |
commit | b8fd97735ba9e6a2be3e761d5969a04435313277 (patch) | |
tree | d58fe49e296025c13912220758c9bb52c1009c63 /Modules | |
parent | ce7e615fe84f4bf9cbcb6dc099cfc3f651304f51 (diff) | |
parent | b564ced24f78a632b53fa50c826171a465c2cbc7 (diff) | |
download | CMake-b8fd97735ba9e6a2be3e761d5969a04435313277.zip CMake-b8fd97735ba9e6a2be3e761d5969a04435313277.tar.gz CMake-b8fd97735ba9e6a2be3e761d5969a04435313277.tar.bz2 |
Merge topic 'findpython-docs-fixes'
b564ced24f FindPython: fix typo in Python_LIBRARY_DIRS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5220
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindPython.cmake | 2 | ||||
-rw-r--r-- | Modules/FindPython2.cmake | 2 | ||||
-rw-r--r-- | Modules/FindPython3.cmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index d89029a..584f64d 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 f5ad454..1c75011 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 bacdc42..e6e9f04 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`` |