Skip to content

Commit 7ca2512

Browse files
committedDec 14, 2016
typo fix
1 parent b986d18 commit 7ca2512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindPythonLibrary.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ else(EXISTS "${PYTHON_INCLUDE_PATH}" AND EXISTS "${PYTHON_LIBRARY}" AND EXISTS "
107107
message(STATUS "Found Python executable: ${PYTHON_EXECUTABLE}")
108108
message(STATUS "Found Python version: ${PYTHON_LONG_VERSION}")
109109
message(STATUS "Found Python library: ${PYTHON_LIBRARY}")
110-
message(STATUS "Found Python site-pacakges: ${PYTHON_SITE_PACKAGES_DIR}")
110+
message(STATUS "Found Python site-packages: ${PYTHON_SITE_PACKAGES_DIR}")
111111
endif(NOT PYTHONLIBRARY_FIND_QUIETLY)
112112
else(PYTHONLIBRARY_FOUND)
113113
if(PYTHONLIBRARY_FIND_REQUIRED)

0 commit comments

Comments
 (0)
Please sign in to comment.