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