summaryrefslogtreecommitdiff
path: root/Modules/FindGTK.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/FindGTK.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadcmake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindGTK.cmake')
-rw-r--r--Modules/FindGTK.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindGTK.cmake b/Modules/FindGTK.cmake
index 6d0c20364f..b3cbe5016a 100644
--- a/Modules/FindGTK.cmake
+++ b/Modules/FindGTK.cmake
@@ -1,8 +1,8 @@
# - try to find GTK (and glib) and GTKGLArea
# GTK_INCLUDE_DIR - Directories to include to use GTK
# GTK_LIBRARIES - Files to link against to use GTK
-# GTK_FOUND - If false, don't try to use GTK
-# GTK_GL_FOUND - If false, don't try to use GTK's GL features
+# GTK_FOUND - GTK was found
+# GTK_GL_FOUND - GTK's GL features were found
# don't even bother under WIN32
IF(UNIX)