kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #38924
Re: Improve GLM check to ignore clang (which is working)
Hey Thomas,
I merged your patch into the development branch. Hopefully this is a
one time issue with glm. I would rather not turn this into a huge logic
mess for every combination of glm version that doesn't work with a given
compiler. Thank you for your contribution to KiCad.
Cheers,
Wayne
On 1/6/2019 6:03 AM, Thomas Pointhuber wrote:
> Hi,
>
> at the moment I revert the "Check for incompatible glm version" every
> time I update the KiCad sources, because I'm using clang instead which
> is working with the current glm version on arch linux.
>
> My Patch binds the GLM check to GCC only, to allow other compilers to
> work with newer GLM versions.
>
> Regards,
>
> Thomas
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References