diff options
author | Brad King <brad.king@kitware.com> | 2013-10-07 19:43:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-07 19:43:15 (GMT) |
commit | 0b7a2034a3b87e80461b4abcf7c316076a16ad0d (patch) | |
tree | 74e904337ce4eaa320c6ffb171b8becc4bdfa004 | |
parent | 6955d7bea65a82d1af00010a7fe6b5423334fbb3 (diff) | |
parent | bbb0d6faa67725e99eb6ec25683d6ae51d6cd01e (diff) | |
download | CMake-0b7a2034a3b87e80461b4abcf7c316076a16ad0d.zip CMake-0b7a2034a3b87e80461b4abcf7c316076a16ad0d.tar.gz CMake-0b7a2034a3b87e80461b4abcf7c316076a16ad0d.tar.bz2 |
Merge topic 'FixTypoInGraphvizDocs'
bbb0d6f CMakeGraphVizOptions.cmake: Fix typo in documentation
-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 |