Skip to content
Snippets Groups Projects
Commit 2aad79ae authored by Bienchen's avatar Bienchen
Browse files

SCHWED-4612: Switch for CMake to toggle GL implementation used by OpenGL

parent 9cc1c326
Branches
Tags
No related merge requests found
...@@ -226,6 +226,10 @@ can influence it. ...@@ -226,6 +226,10 @@ can influence it.
* Usually, you will receive errors for those variables when executing `cmake` * Usually, you will receive errors for those variables when executing `cmake`
and set them accordingly as needed. and set them accordingly as needed.
* `OPENGLPREFERENCE_LEGACY` switches the GL implementation to be used by OpenGL.
The default is what should be used on modern systems. But since there are some
reports on the internet claiming that the default does not work everywhere,
this switch enables the usage of the legacy implementation of GL.
Build Options Build Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment