[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2570-gbe01944

Stephen Kelly steveire at gmail.com
Mon Mar 18 10:09:26 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  be01944460c01694cc8d69d067b3fbb7779e9d51 (commit)
       via  875586baa6129812a071a626c97e2fb5438fa3ca (commit)
      from  440643c6c997c5819e6c0ff2b635c371cd7bdf71 (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=be01944460c01694cc8d69d067b3fbb7779e9d51
commit be01944460c01694cc8d69d067b3fbb7779e9d51
Merge: 440643c 875586b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 18 10:09:25 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 18 10:09:25 2013 -0400

    Merge topic 'fix-genex-preprocess' into next
    
    875586b Add test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=875586baa6129812a071a626c97e2fb5438fa3ca
commit 875586baa6129812a071a626c97e2fb5438fa3ca
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 18 15:08:56 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Mar 18 15:08:56 2013 +0100

    Add test.

diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index c00ef82..337168f 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -148,6 +148,10 @@ set_property(TARGET testLibRequired APPEND PROPERTY
     $<BUILD_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired4,INTERFACE_INCLUDE_DIRECTORIES>>
     $<BUILD_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired5,INTERFACE_INCLUDE_DIRECTORIES>>
     $<INSTALL_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired6,INTERFACE_INCLUDE_DIRECTORIES>>
+    # The BUILD_INTERFACE entry from above is duplicated below. This is to test that
+    # the INSTALL_INTERFACE entry bound by a BUILD_INTERFACE entry on either side is
+    # preprocessed correctly on install(EXPORT).
+    $<BUILD_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired5,INTERFACE_INCLUDE_DIRECTORIES>>
     # Test that the below is non-fatal
     $<$<STREQUAL:one,two>:$<TARGET_PROPERTY:not_a_target,INTERFACE_INCLUDE_DIRECTORIES>>
 )

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

Summary of changes:
 Tests/ExportImport/Export/CMakeLists.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list