Mathieu Malaterre wrote:
the windows one prefer python
over any of the named version ones...
Or find both independently and compare their versions. OTOH, the problem was
the library/executable mismatch, so it doesn't matter which is found as long
as the library matches the executable.

+1
There is an old bug report for cmake for this. PythonLibs should be
derived from a python -c"..." (see bug #2257)


We should create a new module that is FindPython that finds both of them and makes sure they are consistent. We have to be careful with python -c because it won't work with a cross compiler. I am thinking that we should put python in the front of the list of names.

-Bill
_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to