[Cmake-commits] CMake branch, next, updated. v2.8.11-2167-g357f51c

Stephen Kelly steveire at gmail.com
Thu May 23 01:48:34 EDT 2013


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  357f51c6264147078ea2e56d69c092f36ce4b8da (commit)
       via  bb412d009a8496f9b34b0289aa568ee282734bfb (commit)
       via  5361270c6e9898b7ea10854ae101301772cd9b7d (commit)
      from  062da10acf393916ff1c7a59f763914accab2ed9 (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=357f51c6264147078ea2e56d69c092f36ce4b8da
commit 357f51c6264147078ea2e56d69c092f36ce4b8da
Merge: 062da10 bb412d0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 23 01:48:32 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 23 01:48:32 2013 -0400

    Merge topic 'geh-output-tweak' into next
    
    bb412d0 GenerateExportHeader: Add newlines to separate the compiler output.
    5361270 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bb412d009a8496f9b34b0289aa568ee282734bfb
commit bb412d009a8496f9b34b0289aa568ee282734bfb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 11 17:06:37 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 23 07:47:25 2013 +0200

    GenerateExportHeader: Add newlines to separate the compiler output.
    
    Make the error logs more readable.

diff --git a/Tests/Module/GenerateExportHeader/CMakeLists.txt b/Tests/Module/GenerateExportHeader/CMakeLists.txt
index 4a5b1cb..454f37a 100644
--- a/Tests/Module/GenerateExportHeader/CMakeLists.txt
+++ b/Tests/Module/GenerateExportHeader/CMakeLists.txt
@@ -23,13 +23,13 @@ set( CMAKE_INCLUDE_CURRENT_DIR ON )
 
 macro(TEST_FAIL value msg)
   if (${value})
-    message (SEND_ERROR "Test fail:" ${msg} ${Out} )
+    message (SEND_ERROR "Test fail:" "${msg}\n" ${Out} )
   endif ()
 endmacro()
 
 macro(TEST_PASS value msg)
   if (NOT ${value})
-    message (SEND_ERROR "Test fail:" ${msg} ${Out} )
+    message (SEND_ERROR "Test fail:" "${msg}\n" ${Out} )
   endif ()
 endmacro()
 

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

Summary of changes:
 Source/CMakeVersion.cmake                        |    2 +-
 Tests/Module/GenerateExportHeader/CMakeLists.txt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list