We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b986d18 commit 7ca2512Copy full SHA for 7ca2512
cmake/FindPythonLibrary.cmake
@@ -107,7 +107,7 @@ else(EXISTS "${PYTHON_INCLUDE_PATH}" AND EXISTS "${PYTHON_LIBRARY}" AND EXISTS "
107
message(STATUS "Found Python executable: ${PYTHON_EXECUTABLE}")
108
message(STATUS "Found Python version: ${PYTHON_LONG_VERSION}")
109
message(STATUS "Found Python library: ${PYTHON_LIBRARY}")
110
- message(STATUS "Found Python site-pacakges: ${PYTHON_SITE_PACKAGES_DIR}")
+ message(STATUS "Found Python site-packages: ${PYTHON_SITE_PACKAGES_DIR}")
111
endif(NOT PYTHONLIBRARY_FIND_QUIETLY)
112
else(PYTHONLIBRARY_FOUND)
113
if(PYTHONLIBRARY_FIND_REQUIRED)
0 commit comments