[Cmake-commits] CMake branch, next, updated. v2.8.6-1527-gfe582ed

Stephen Kelly steveire at gmail.com
Fri Oct 7 13:52:29 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  fe582ed27a97ca8750b9504b47159fd251d8256c (commit)
       via  8e91ed0769a6b8371d5ee2230ba52d0aaea084d2 (commit)
      from  6254adf186f7a84d10e0d4f463cb0acce28b03d8 (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=fe582ed27a97ca8750b9504b47159fd251d8256c
commit fe582ed27a97ca8750b9504b47159fd251d8256c
Merge: 6254adf 8e91ed0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 7 13:52:24 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 7 13:52:24 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    8e91ed0 Enable verbose makefile so I can see why tests are failing


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8e91ed0769a6b8371d5ee2230ba52d0aaea084d2
commit 8e91ed0769a6b8371d5ee2230ba52d0aaea084d2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 7 19:51:24 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 7 19:51:24 2011 +0200

    Enable verbose makefile so I can see why tests are failing

diff --git a/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
index 8c79b5b..d7ed3a2 100644
--- a/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
@@ -13,5 +13,6 @@ if (HAS_NO_UNDEFINED AND NOT APPLE)
 endif()
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
+set(CMAKE_VERBOSE_MAKEFILE ON)
 
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")

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

Summary of changes:
 .../target_link_libraries/src/CMakeLists.txt       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list