Skip to content

Commit 9a191c2

Browse files
authored
Fix typos for FindPython compact mode: Python_LIRAR{Y,IES} -> Python_LIBRAR{Y,IES} (#5653)
1 parent c125cc7 commit 9a191c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pybind11Common.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ elseif(
206206
set(PYTHON_EXECUTABLE "${Python_EXECUTABLE}")
207207
set(PYTHON_INCLUDE_DIR "${Python_INCLUDE_DIR}")
208208
set(Python_INCLUDE_DIRS "${Python_INCLUDE_DIRS}")
209-
set(PYTHON_LIBRARY "${Python_LIRARY}")
210-
set(PYTHON_LIBRARIES "${Python_LIRARIES}")
209+
set(PYTHON_LIBRARY "${Python_LIBRARY}")
210+
set(PYTHON_LIBRARIES "${Python_LIBRARIES}")
211211
set(PYTHON_VERSION "${Python_VERSION}")
212212
set(PYTHON_VERSION_STRING "${Python_VERSION_STRING}")
213213
set(PYTHON_VERSION_MAJOR "${Python_VERSION_MAJOR}")

0 commit comments

Comments
 (0)