Commit f6661015 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

FindPythonLibsNew: wasn't actually setting PYTHONLIBS_FOUND contrary to specs

parent b55a5c56
...@@ -190,3 +190,5 @@ SET(PYTHON_DEBUG_LIBRARIES "${PYTHON_DEBUG_LIBRARY}") ...@@ -190,3 +190,5 @@ SET(PYTHON_DEBUG_LIBRARIES "${PYTHON_DEBUG_LIBRARY}")
find_package_message(PYTHON find_package_message(PYTHON
"Found PythonLibs: ${PYTHON_LIBRARY}" "Found PythonLibs: ${PYTHON_LIBRARY}"
"${PYTHON_EXECUTABLE}${PYTHON_VERSION}") "${PYTHON_EXECUTABLE}${PYTHON_VERSION}")
set(PYTHONLIBS_FOUND TRUE)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment