mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
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
This commit is contained in:
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user