CMAKE not finding OpenGL

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
acidblue

CMAKE not finding OpenGL

Post 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?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
viking777

Re: CMAKE not finding OpenGL

Post 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.
Locked

Return to “Software & Applications”