summaryrefslogtreecommitdiff
path: root/Modules/FindGLUT.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
committerKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
commitd2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch)
tree4411afc189c59d4564de0d061578334364d17741 /Modules/FindGLUT.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadcmake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindGLUT.cmake')
-rw-r--r--Modules/FindGLUT.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGLUT.cmake b/Modules/FindGLUT.cmake
index 449d34ef6b..e88a55f10f 100644
--- a/Modules/FindGLUT.cmake
+++ b/Modules/FindGLUT.cmake
@@ -1,6 +1,6 @@
# - try to find glut library and include files
# GLUT_INCLUDE_DIR, where to find GL/glut.h, etc.
-# GLUT_LIBRARIES, the libraries to link against to use GLUT.
+# GLUT_LIBRARIES, the libraries to link against
# GLUT_FOUND, If false, do not try to use GLUT.
# Also defined, but not for general use are:
# GLUT_glut_LIBRARY = the full path to the glut library.