STYLE: Nightly Version update
[cmake.git] / Modules / FindGLU.cmake
blobb61828f83f4c72cbf7acf0cc174970afd4e7b793
2 # Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4
3 # GLU library is now found by FindOpenGL.cmake
7 INCLUDE(FindOpenGL)
9 IF (OPENGL_GLU_FOUND)
10   SET (GLU_LIBRARY ${OPENGL_LIBRARIES})
11   SET (GLU_INCLUDE_PATH ${OPENGL_INCLUDE_DIR})
12 ENDIF (OPENGL_GLU_FOUND)