Do not use custom FindGLUT cmake script.

This commit is contained in:
castano
2009-01-27 23:39:33 +00:00
parent f92a2191f2
commit 1c6b65ad52
3 changed files with 3 additions and 134 deletions

View File

@ -15,8 +15,7 @@ ELSE(OPENGL_FOUND)
ENDIF(OPENGL_FOUND)
# GLUT
INCLUDE(${NV_CMAKE_DIR}/FindGLUT.cmake)
#INCLUDE(FindGLUT)
INCLUDE(FindGLUT)
IF(GLUT_FOUND)
MESSAGE(STATUS "Looking for GLUT - found")
ELSE(GLUT_FOUND)