[patch] Update the cmake python version check

Jonathan Roelofs jonathan at codesourcery.com
Mon Dec 15 09:14:10 PST 2014


 > -set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
 > +# Verify that we can find a Pytho interpreter.
s/Pytho/Python/


On 12/15/14 9:59 AM, Rafael EspĂ­ndola wrote:
> The attached patch updates the handling of python in the cmake build:
>
> * We now support python 3, so we don't need to special cases systems
> with non "python" but with "python2" and "python3" interpreters.
> * We were not checking the python version. With this patch we have the
> same check as configure.
>
> Cheers,
> Rafael
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the llvm-commits mailing list