Gecode / gecode

Generic Constraint Development Environment
https://www.gecode.org
Other
275 stars 76 forks source link

Set CMake OpenGL policy to fix linux bundling #162

Closed cyderize closed 1 year ago

cyderize commented 1 year ago

Makes linking with OpenGL for Gist match how qmake does it (i.e. the 'legacy' way).

Without this change, when built on systems with GLVND, most bundlers will not include the required OpenGL libraries.