summaryrefslogtreecommitdiff
path: root/Modules/FindOpenGL.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 14:17:43 -0500
committerKen Martin <ken.martin@kitware.com>2005-12-15 14:17:43 -0500
commit74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch)
treef1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindOpenGL.cmake
parent5966baeec375652f573221749436d0cc4d523e89 (diff)
downloadcmake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz
ENH: cleanups
Diffstat (limited to 'Modules/FindOpenGL.cmake')
-rw-r--r--Modules/FindOpenGL.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake
index d8d93b74f1..062e16dfd7 100644
--- a/Modules/FindOpenGL.cmake
+++ b/Modules/FindOpenGL.cmake
@@ -1,10 +1,10 @@
# - Try to find OpenGL
# Once done this will define
#
-# OPENGL_FOUND - system has OpenGL and it should be used
-# 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_FOUND - system has OpenGL
+# OPENGL_XMESA_FOUND - system has XMESA
+# OPENGL_GLU_FOUND - system has GLU
+# OPENGL_INCLUDE_DIR - the GL include directory
# OPENGL_LIBRARIES - Link these to use OpenGL and GLU
#
# If you want to use just GL you can use these values