Help FindPythonLibs.cmake find Py3k on OS X.

The way that VTK finds python is as follows: first, it uses FindPythonInterp to find a python executable that matches VTK_PYTHON_VERSION. Next, it uses FindPythonLibs to find the python libraries and include directories, using the exact interpreter version as a hint. But FindPythonLibs wasn't working for the OS X python 3.4 package from python.org, because this package stores the includes in the subdirectory "include/python3.2m" instead of the subdirectory "include/python3.2".

Merge request reports

Loading