Commit e4a5f248 authored by Brian Sidebotham's avatar Brian Sidebotham

* Fix FindPythonLibs to search /include/ for Python.h

parent d3b4d535
...@@ -170,6 +170,7 @@ foreach(_CURRENT_VERSION ${_Python_VERSIONS}) ...@@ -170,6 +170,7 @@ foreach(_CURRENT_VERSION ${_Python_VERSIONS})
"C:/python${_CURRENT_VERSION}" "C:/python${_CURRENT_VERSION}"
"C:/python${_CURRENT_VERSION_NOT_DOTS}" "C:/python${_CURRENT_VERSION_NOT_DOTS}"
PATH_SUFFIXES PATH_SUFFIXES
include
python${_CURRENT_VERSION} python${_CURRENT_VERSION}
python${_CURRENT_VERSION_NOT_DOTS} python${_CURRENT_VERSION_NOT_DOTS}
) )
......
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