mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-18 06:30:54 +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
|
find_package_message(PYTHON
|
||||||
"Found PythonLibs: ${PYTHON_LIBRARY}"
|
"Found PythonLibs: ${PYTHON_LIBRARY}"
|
||||||
"${PYTHON_EXECUTABLE}${PYTHON_VERSION}")
|
"${PYTHON_EXECUTABLE}${PYTHON_VERSION}")
|
||||||
|
|
||||||
|
set(PYTHONLIBS_FOUND TRUE)
|
||||||
|
Loading…
Reference in New Issue
Block a user