From 45878db5080c6972d08acd4efed4008f30b14d31 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 22 Apr 2004 15:59:41 -0400 Subject: [PATCH] update comments --- Modules/FindOpenGL.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake index 3543b1974..13e66699a 100644 --- a/Modules/FindOpenGL.cmake +++ b/Modules/FindOpenGL.cmake @@ -5,10 +5,9 @@ # OPENGL_XMESA_FOUND - system has XMESA, and it should be used. # OPENGL_GLU_FOUND - system has GLU and it should be used. # OPENGL_INCLUDE_DIR - where the GL include directory can be found -# OPENGL_LIBRARIES - Link these to use OpenGL +# OPENGL_LIBRARIES - Link these to use OpenGL and GLU # -# -# Also defined, but not for general use are +# If you want to use just GL you can use these values # OPENGL_gl_LIBRARY - Path to OpenGL Library # OPENGL_glu_LIBRARY - Path to GLU Library #