[Cmake-commits] CMake branch, next, updated. v3.2.2-3189-g9c6f853

Brad King brad.king at kitware.com
Tue May 26 15:00:25 EDT 2015


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  9c6f853a5d0a7d93ac22ca2beaabd0e43f277982 (commit)
       via  4a5e61bd12fb0c5b78342a89af3856dc1f484295 (commit)
      from  afff20266e5ceeb609a0ed73615e9cb8d0d3dd15 (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=9c6f853a5d0a7d93ac22ca2beaabd0e43f277982
commit 9c6f853a5d0a7d93ac22ca2beaabd0e43f277982
Merge: afff202 4a5e61b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 26 15:00:24 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 26 15:00:24 2015 -0400

    Merge topic 'imported-interface-libname' into next
    
    4a5e61bd Tests: Add verbose output from InterfaceLibrary for remote debugging


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4a5e61bd12fb0c5b78342a89af3856dc1f484295
commit 4a5e61bd12fb0c5b78342a89af3856dc1f484295
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 26 14:56:08 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 26 14:56:08 2015 -0400

    Tests: Add verbose output from InterfaceLibrary for remote debugging

diff --git a/Tests/InterfaceLibrary/CMakeLists.txt b/Tests/InterfaceLibrary/CMakeLists.txt
index d3f2e49..92eec3f 100644
--- a/Tests/InterfaceLibrary/CMakeLists.txt
+++ b/Tests/InterfaceLibrary/CMakeLists.txt
@@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 2.8)
 
 project(InterfaceLibrary)
 
+set(CMAKE_VERBOSE_MAKEFILE 1)
+
 add_library(iface_nodepends INTERFACE)
 target_compile_definitions(iface_nodepends INTERFACE IFACE_DEFINE)
 

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

Summary of changes:
 Tests/InterfaceLibrary/CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list