Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WITH_OPENGL doesn't cause any binaries to link to OpenGL #2641

Open
yurivict opened this issue Nov 25, 2018 · 3 comments
Open

WITH_OPENGL doesn't cause any binaries to link to OpenGL #2641

yurivict opened this issue Nov 25, 2018 · 3 comments
Assignees
Labels
module: cmake needs: feedback Specify why not closed/merged yet

Comments

@yurivict
Copy link

yurivict commented Nov 25, 2018

-DWITH_OPENGL=ON made configure to find openGL:

-- Found OpenGL: /usr/local/lib/libGL.so
-- Found Glew: /usr/local/lib/libGLEW.so

but no binaries were linked with it in the end.

With -DWITH_OPENGL=OFF it also looks for OpenGL. Please only look for it when requested, and link with it.

@taketwo
Copy link
Member

taketwo commented Nov 25, 2018

Looks like the simulation module (even when it is disabled) searches for OpenGL. I'll send a patch later.

@stale
Copy link

stale bot commented May 19, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the status: stale label May 19, 2020
@yurivict
Copy link
Author

ping

@stale stale bot removed the status: stale label May 19, 2020
@kunaltyagi kunaltyagi added module: simulation needs: feedback Specify why not closed/merged yet and removed module: simulation labels May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: cmake needs: feedback Specify why not closed/merged yet
Projects
None yet
Development

No branches or pull requests

4 participants