[Cmake-commits] CMake branch, next, updated. v2.8.5-1628-g273e2b1

Stephen Kelly steveire at gmail.com
Wed Aug 17 08:04:08 EDT 2011


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  273e2b117ec3852794598fd94ceba48d6eb3be89 (commit)
       via  a147a069a533e24d749412f471aaac911cfdb573 (commit)
      from  5fa6386a4753aa8ae0e65798bfeb98d5328f00ef (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=273e2b117ec3852794598fd94ceba48d6eb3be89
commit 273e2b117ec3852794598fd94ceba48d6eb3be89
Merge: 5fa6386 a147a06
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 17 08:04:05 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 17 08:04:05 2011 -0400

    Merge topic 'generate_export_header' into next
    
    a147a06 Add some settings for non-truncation of test output.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a147a069a533e24d749412f471aaac911cfdb573
commit a147a069a533e24d749412f471aaac911cfdb573
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 17 14:03:12 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Aug 17 14:03:12 2011 +0200

    Add some settings for non-truncation of test output.

diff --git a/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt b/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
index 0133f8e..fa48a48 100644
--- a/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
+++ b/Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt
@@ -1,6 +1,9 @@
 cmake_minimum_required(VERSION 2.8)
 project(CheckCXXCompilerFlag)
 
+message(STATUS "CTEST_FULL_OUTPUT (Avoid ctest truncation of output)")
+set(CMAKE_VERBOSE_MAKEFILE 1)
+
 macro(TEST_FAIL value msg)
   if (${value})
     message (SEND_ERROR "Test fail:" ${msg} ${Out} )

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

Summary of changes:
 Tests/Module/CheckCXXCompilerFlag/CMakeLists.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list