[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3259-ge456307

Stephen Kelly steveire at gmail.com
Mon Jul 22 06:52:28 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  e45630796e11b5c2fd19914d6301ee49803728e0 (commit)
       via  45f7a7b7de648d8ab65073f6ea28d300c12c1d1f (commit)
      from  f4e1a8b164d7f732037dff909d70602106a3b21a (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=e45630796e11b5c2fd19914d6301ee49803728e0
commit e45630796e11b5c2fd19914d6301ee49803728e0
Merge: f4e1a8b 45f7a7b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 22 06:52:25 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 22 06:52:25 2013 -0400

    Merge topic 'framework-interface-includes' into next
    
    45f7a7b Add debugging information for the framework location.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=45f7a7b7de648d8ab65073f6ea28d300c12c1d1f
commit 45f7a7b7de648d8ab65073f6ea28d300c12c1d1f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 22 12:51:43 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Jul 22 12:51:43 2013 +0200

    Add debugging information for the framework location.

diff --git a/Tests/ExportImport/Import/A/framework_interface/CMakeLists.txt b/Tests/ExportImport/Import/A/framework_interface/CMakeLists.txt
index 0e00655..b953f2e 100644
--- a/Tests/ExportImport/Import/A/framework_interface/CMakeLists.txt
+++ b/Tests/ExportImport/Import/A/framework_interface/CMakeLists.txt
@@ -1,6 +1,7 @@
 
 add_library(exp_framework_test framework_test.cpp)
 get_target_property(exp_loc exp_testLib4 LOCATION)
+message("Framework location: ${exp_loc}")
 target_link_libraries(exp_framework_test ${exp_loc})
 
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list