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/FindPython.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/FindPython.cmake') diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake index d89029a263..584f64d3e2 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`` -- cgit v1.2.1