diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-09-11 19:08:25 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-09-11 19:08:25 (GMT) |
commit | bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e (patch) | |
tree | 650f414b8dfcae1dc66904792a16823259605d1a | |
parent | 7c7cdf707396ad0191203dc90ea8ea28d9381b37 (diff) | |
download | CMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.zip CMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.tar.gz CMake-bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e.tar.bz2 |
CMakeGraphVizOptions.cmake: Fix typo in documentation
Alex
-rw-r--r-- | Modules/CMakeGraphVizOptions.cmake | 2 |
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 |