On 03/04/2014 01:28 PM, John McIver wrote: > My name is John McIver and I would like to become the > maintainer of the FindPythonInterp and FindPythonLibs modules.
Great, thanks for volunteering. Do you have some initial patches? A problem with the current separate interp and libs modules is that projects may not always get matching versions found. This change: FindPythonLibs: Find consistent Python interp, headers, libs http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3816cd2d was made recently to try to address that. However, I think a better approach moving forward is to have a single FindPython module that finds everything and can honor the VERSION arguments consistently. Are you interested in trying to write such a module? Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
