We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
OLD
NEW
Sorry, something went wrong.
Yeah it's more a question of testing GLVND on a couple of platforms and making sure it works properly.
2946d60
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: