From b564ced24f78a632b53fa50c826171a465c2cbc7 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Fri, 11 Sep 2020 20:35:34 +0200 Subject: 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 --- Modules/FindPython3.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/FindPython3.cmake') diff --git a/Modules/FindPython3.cmake b/Modules/FindPython3.cmake index bacdc4260b..e6e9f04f77 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`` -- cgit v1.2.1