summaryrefslogtreecommitdiff
path: root/Modules/FindGLUT.cmake
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@kitware.com>2002-12-03 13:44:50 -0500
committerLuis Ibanez <luis.ibanez@kitware.com>2002-12-03 13:44:50 -0500
commit93d38e24ccfb38c26a677accc9e58d9180fcc5fd (patch)
tree8536c407b1308cab9ff16ecb83c3d02001c41fe7 /Modules/FindGLUT.cmake
parentcdf3fb6e7b550999bdae101a42902b02ed96ef9b (diff)
downloadcmake-93d38e24ccfb38c26a677accc9e58d9180fcc5fd.tar.gz
ENH: Description of variables now specifies that the full path is required.
Diffstat (limited to 'Modules/FindGLUT.cmake')
-rw-r--r--Modules/FindGLUT.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/FindGLUT.cmake b/Modules/FindGLUT.cmake
index 68051fac66..ca9096eb22 100644
--- a/Modules/FindGLUT.cmake
+++ b/Modules/FindGLUT.cmake
@@ -6,9 +6,9 @@
# GLUT_FOUND, If false, do not try to use GLUT.
# also defined, but not for general use are
-# GLUT_glut_LIBRARY, where to find the glut library.
-# GLUT_Xmu_LIBRARY, where to find the Xmu library if available.
-# GLUT_Xi_LIBRARY, where to find the Xi Library if available.
+# GLUT_glut_LIBRARY = the full path to the glut library.
+# GLUT_Xmu_LIBRARY = the full path to the Xmu library if available.
+# GLUT_Xi_LIBRARY = the full path to the Xi Library if available.
IF (WIN32)
@@ -111,4 +111,4 @@ MARK_AS_ADVANCED(
GLUT_glut_LIBRARY
GLUT_Xmu_LIBRARY
GLUT_Xi_LIBRARY
-) \ No newline at end of file
+)