Hi Brian, On Fri, Aug 19, 2011 at 9:47 PM, Brian Keener <[email protected]> wrote: > So how would I tell configure and make to use the OPenSceneGraph > version instead of the opengl and glu libraries that are already in my > Cygwin install as it does seem to see them and want to use them but I'm > not sure.
CMake's OpenGL find module picks both OpenGL and GLU so you'll see both in the Cmake settings, but the OSG, from 3.0 ignores the GLU setting so just ignore it - whatever it is set will not make a difference to the OSG build. It's just the OpenGL libs and headers that the OSG will use so just make sure these are set correctly. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

