summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-09-11 19:08:25 (GMT)
committerAlex Neundorf <neundorf@kde.org>2013-09-11 19:08:25 (GMT)
commitbbb0d6faa67725e99eb6ec25683d6ae51d6cd01e (patch)
tree650f414b8dfcae1dc66904792a16823259605d1a
parent7c7cdf707396ad0191203dc90ea8ea28d9381b37 (diff)
downloadCMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.zip
CMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.tar.gz
CMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.tar.bz2
CMakeGraphVizOptions.cmake: Fix typo in documentation
Alex
-rw-r--r--Modules/CMakeGraphVizOptions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake
index e4af54c..2f04abb 100644
--- a/Modules/CMakeGraphVizOptions.cmake
+++ b/Modules/CMakeGraphVizOptions.cmake
@@ -53,7 +53,7 @@
# Default : TRUE
##end
##variable
-# GRAPHVIZ_MODULE_LIBS - Set this to FALSE to exclude static libraries from the generated graphs.
+# GRAPHVIZ_MODULE_LIBS - Set this to FALSE to exclude module libraries from the generated graphs.
# Mandatory : NO
# Default : TRUE
##end