[Cmake-commits] CMake branch, dashboard, updated. 2192a76ad114dab6bd8cafb7670d4f41d69c2b0b

Brad King brad.king at kitware.com
Fri Sep 10 09:46:04 EDT 2010


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, dashboard has been updated
       via  2192a76ad114dab6bd8cafb7670d4f41d69c2b0b (commit)
      from  f302ecc2626e7ca306344dad1e9a13a295bcb2d5 (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=2192a76ad114dab6bd8cafb7670d4f41d69c2b0b
commit 2192a76ad114dab6bd8cafb7670d4f41d69c2b0b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 10 09:36:47 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 10 09:36:47 2010 -0400

    cmake_common: Add dashboard_hook_init

diff --git a/cmake_common.cmake b/cmake_common.cmake
index 604827e..ade4ccc 100644
--- a/cmake_common.cmake
+++ b/cmake_common.cmake
@@ -355,6 +355,10 @@ macro(safe_message)
   endif()
 endmacro()
 
+if(COMMAND dashboard_hook_init)
+  dashboard_hook_init()
+endif()
+
 set(dashboard_done 0)
 while(NOT dashboard_done)
   if(dashboard_continuous)

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

Summary of changes:
 cmake_common.cmake |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list