Page 1 of 1

CMAKE not finding OpenGL

Posted: Thu Feb 14, 2013 9:11 pm
by acidblue
Strange cmake cant find opengl.

Im trying to install Kicad from source because the one in the repos keeps crashing when I run the autorouter.
So I downloaded the soucre code from kicad but cmake is giving an error 'OpenGL not found".
Which is nuts cause I have it installed, other wise glxgears wouldn't run right??

So whats a guy to do?
Is this a bug in cmake??
How would I check version of OPenGl im using?

Re: CMAKE not finding OpenGL

Posted: Fri Feb 15, 2013 5:57 am
by viking777
How would I check version of OPenGl im using?

Code: Select all

glxinfo | grep -i opengl
Don't know the other answers though.