summaryrefslogtreecommitdiff
path: root/Modules/FindOpenGL.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-04-22 15:59:41 -0400
committerKen Martin <ken.martin@kitware.com>2004-04-22 15:59:41 -0400
commit45878db5080c6972d08acd4efed4008f30b14d31 (patch)
tree8a7e6cfe86a3453172e60e97a35024cc2a7179ed /Modules/FindOpenGL.cmake
parent86bf9f396e4c78ec7286d5a9a40ee483051cd640 (diff)
downloadcmake-45878db5080c6972d08acd4efed4008f30b14d31.tar.gz
update comments
Diffstat (limited to 'Modules/FindOpenGL.cmake')
-rw-r--r--Modules/FindOpenGL.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake
index 3543b19746..13e66699ae 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
#