BUG: fix for 7746

This commit is contained in:
Bill Hoffman 2008-09-26 20:09:26 -04:00
parent b25f4b76c7
commit 3677e5b233
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ IF (WIN32)
FIND_PATH( GLUT_INCLUDE_DIR NAMES GL/glut.h
PATHS ${GLUT_ROOT_PATH}/include )
FIND_LIBRARY( GLUT_glut_LIBRARY NAMES glut glut32
PATHS
${OPENGL_LIBRARY_DIR}
${GLUT_ROOT_PATH}/Release
)