summaryrefslogtreecommitdiff
path: root/Modules/FindGLU.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindGLU.cmake')
-rw-r--r--Modules/FindGLU.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGLU.cmake b/Modules/FindGLU.cmake
index 3db2ce4c64..d87945adad 100644
--- a/Modules/FindGLU.cmake
+++ b/Modules/FindGLU.cmake
@@ -24,5 +24,5 @@ include(FindOpenGL)
if (OPENGL_GLU_FOUND)
set (GLU_LIBRARY ${OPENGL_LIBRARIES})
set (GLU_INCLUDE_PATH ${OPENGL_INCLUDE_DIR})
-endif (OPENGL_GLU_FOUND)
+endif ()