diff options
author | Philipp Storz <philipp.storz@bareos.com> | 2020-09-11 18:35:34 (GMT) |
---|---|---|
committer | Philipp Storz <philipp.storz@bareos.com> | 2020-09-11 18:35:34 (GMT) |
commit | b564ced24f78a632b53fa50c826171a465c2cbc7 (patch) | |
tree | 2a9035ecd33935691c36a4572335873f30041baa /Modules/FindPython2.cmake | |
parent | 907a3de1c4c059410f7f479be1217126f5924869 (diff) | |
download | CMake-b564ced24f78a632b53fa50c826171a465c2cbc7.zip CMake-b564ced24f78a632b53fa50c826171a465c2cbc7.tar.gz CMake-b564ced24f78a632b53fa50c826171a465c2cbc7.tar.bz2 |
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/FindPython2.cmake')
-rw-r--r-- | Modules/FindPython2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |