[Cmake-commits] CMake branch, next, updated. v3.2.0-rc1-561-g9462da3

Stephen Kelly steveire at gmail.com
Sat Feb 21 04:28:51 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  9462da361295122182406dbddfb5107694ab759a (commit)
       via  f93438cd839fa209afbf227b5a6a0b58214004b7 (commit)
      from  051a565a7adf3c5a7e0dc02306a0f5368a74e212 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9462da361295122182406dbddfb5107694ab759a
commit 9462da361295122182406dbddfb5107694ab759a
Merge: 051a565 f93438c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Feb 21 04:28:50 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Feb 21 04:28:50 2015 -0500

    Merge topic 'fix-graphiz-typo' into next
    
    f93438cd Fix typo, graphiz -> graphviz.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f93438cd839fa209afbf227b5a6a0b58214004b7
commit f93438cd839fa209afbf227b5a6a0b58214004b7
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Feb 21 10:27:54 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Feb 21 10:27:54 2015 +0100

    Fix typo, graphiz -> graphviz.

diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake
index 64c89b9..ff18267 100644
--- a/Modules/CMakeGraphVizOptions.cmake
+++ b/Modules/CMakeGraphVizOptions.cmake
@@ -10,7 +10,7 @@
 # CMake
 # can generate graphviz files, showing the dependencies between the
 # targets in a project and also external libraries which are linked
-# against.  When CMake is run with the --graphiz=foo option, it will
+# against.  When CMake is run with the --graphviz=foo option, it will
 # produce
 #
 # * a foo.dot file showing all dependencies in the project

-----------------------------------------------------------------------

Summary of changes:
 Modules/CMakeGraphVizOptions.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list