mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
FindPythonLibsNew: wasn't actually setting PYTHONLIBS_FOUND contrary to specs
This commit is contained in:
parent
b55a5c5660
commit
f66610153f
@ -190,3 +190,5 @@ SET(PYTHON_DEBUG_LIBRARIES "${PYTHON_DEBUG_LIBRARY}")
|
||||
find_package_message(PYTHON
|
||||
"Found PythonLibs: ${PYTHON_LIBRARY}"
|
||||
"${PYTHON_EXECUTABLE}${PYTHON_VERSION}")
|
||||
|
||||
set(PYTHONLIBS_FOUND TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user