[Cmake-commits] CMake branch, next, updated. v2.8.7-2127-gf1b2b87

Rolf Eike Beer eike at sf-mail.de
Tue Jan 17 13:15:36 EST 2012


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  f1b2b87d151c3fc4961602c0997c268639566632 (commit)
       via  e797e7fb412ccfb61eada7f2925e505082da449a (commit)
      from  133dceb1aea03c2e5647271d9c3d94dafe5c72ea (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=f1b2b87d151c3fc4961602c0997c268639566632
commit f1b2b87d151c3fc4961602c0997c268639566632
Merge: 133dceb e797e7f
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Jan 17 13:15:28 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 17 13:15:28 2012 -0500

    Merge topic 'test_find_modules' into next
    
    e797e7f AllFindModules test: keep complete output


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e797e7fb412ccfb61eada7f2925e505082da449a
commit e797e7fb412ccfb61eada7f2925e505082da449a
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Tue Jan 17 19:08:40 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Tue Jan 17 19:14:56 2012 +0100

    AllFindModules test: keep complete output

diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index e825a68..06b4736 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -5,6 +5,9 @@ if (POLICY CMP0017)
   cmake_policy(SET CMP0017 NEW)
 endif ()
 
+# Avoid ctest truncation of output
+message(STATUS "CTEST_FULL_OUTPUT")
+
 file(GLOB FIND_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/../../../Modules/Find*.cmake" )
 
 foreach(FIND_MODULE ${FIND_MODULES})

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list