Skip to content
Snippets Groups Projects
Commit f2de64b1 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

added libs path suffic in FindPython.cmake

parent 410afe24
No related merge requests found
......@@ -47,7 +47,7 @@ macro(_find_python PYTHON_ROOT VERSION)
find_library(PYTHON_LIBRARIES
NAMES "python${_VERSION_NO_DOTS}" "python${VERSION}"
HINTS "${PYTHON_ROOT}"
PATH_SUFFIXES lib
PATH_SUFFIXES lib libs
NO_SYSTEM_ENVIRONMENT_PATH NO_DEFAULT_PATH
)
find_path(PYTHON_INCLUDE_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment