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

Figure out CMake libgl/libglvnd warning #230

Closed
azonenberg opened this issue Oct 11, 2020 · 2 comments
Closed

Figure out CMake libgl/libglvnd warning #230

azonenberg opened this issue Oct 11, 2020 · 2 comments
Labels
build Build system and infrastructure

Comments

@azonenberg
Copy link
Collaborator

Do we want to switch to using glvnd on Linux? do we need to do anything special in our application or can we just silently swap it in?

Need to look into this.

@azonenberg azonenberg added the build Build system and infrastructure label Oct 11, 2020
@nshcat
Copy link
Collaborator

nshcat commented Oct 11, 2020

Maintained applications are expected to use GLVND. It should work seamlessly with GLEW.

No matter what we decide to use, the warning can be disabled using:

if (POLICY CMP0072)
    cmake_policy (SET CMP0072 x)
endif(POLICY CMP0072)

Where x is either OLD or NEW. NEW will use GLVND.

@azonenberg
Copy link
Collaborator Author

Yeah it's more a question of testing GLVND on a couple of platforms and making sure it works properly.

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system and infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants