← Back to team overview

kicad-developers team mailing list archive

Updated FindPython cmake modules

 

Included are updated FindPython cmake modules, Using the current
FindPython*.cmake files with the mingw modifications from in tree. I
have been unable to test the mingw versions as i do not have a mingw
environment set up

The reason i have updated these as currently the scripts first looks
for the version thats specified, aka FindPythonInterp 2.6 will prefer
version 2.6 to 2.7 so if both are installed then it requires
specifying. The new script i believe first checks the system python.
Again i am not sure if this will break mingw but i think it would be
better to modify the new version regardless.

As part of this would it be better if we only included a
FindPythonInterp for mingw as it seems we only need the customisation
for mingw and we are losing the ability to just use updated scripts
for other operating systems

Simon

Attachment: kicad_findpython-v1.patch
Description: Binary data


Follow ups