mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
If PYTHON_EXECUTABLE is set, then we should look for the libs in the same prefix, e.g. /usr/local/python -> /usr/local/lib, and on Win32 /Python34/python.exe -> /Python34/libs.
See the "Find Modules" section of the cmake-developer(7) manual page. For more information about how to contribute modules to CMake, see this page: http://www.cmake.org/Wiki/CMake:Module_Maintainers