bjornblissing / osg-3rdparty-cmake

CMake scripts for building OpenSceneGraph third party libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example osgviewerGLUT cannot link correctly to static library

bjornblissing opened this issue · comments

Due to a change in glut.h:
https://github.com/markkilgard/glut/blob/8cd96cb440f1f2fac3a154227937be39d06efa53/include/GL/glut.h#L154

It is no longer possible to link a static version of the library without changing runtime library in the OpenSceneGraph project.