[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1783-gc6e58af

Stephen Kelly steveire at gmail.com
Sat Jan 26 06:30:58 EST 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  c6e58afc8a8aa2d626ee35890501c536a4adb4a1 (commit)
       via  9680e6b884d52dbfcea79146cd892ec0758c3ac5 (commit)
      from  66e74593a9f90924b6a909783015b88c5e35c57f (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=c6e58afc8a8aa2d626ee35890501c536a4adb4a1
commit c6e58afc8a8aa2d626ee35890501c536a4adb4a1
Merge: 66e7459 9680e6b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 26 06:30:56 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 26 06:30:56 2013 -0500

    Merge topic 'fix-TARGET_PROPERTY-extraction' into next
    
    9680e6b Fix typo.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9680e6b884d52dbfcea79146cd892ec0758c3ac5
commit 9680e6b884d52dbfcea79146cd892ec0758c3ac5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 26 12:30:22 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jan 26 12:30:22 2013 +0100

    Fix typo.

diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index 3f7206b..e3eac51 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -150,7 +150,7 @@ set_property(TARGET testLibRequired APPEND PROPERTY
     $<BUILD_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired5,INTERFACE_INCLUDE_DIRECTORIES>>
     $<INSTALL_INTERFACE:$<TARGET_PROPERTY:testLibIncludeRequired6,INTERFACE_INCLUDE_DIRECTORIES>>
     # Test that the below is non-fatal
-    $<$<TARGET_DEFINED:no_a_target>:$<TARGET_PROPERTY:no_a_target,INTERFACE_INCLUDE_DIRECTORIES>>
+    $<$<TARGET_DEFINED:not_a_target>:$<TARGET_PROPERTY:not_a_target,INTERFACE_INCLUDE_DIRECTORIES>>
 )
 
 set_property(TARGET testLibRequired APPEND PROPERTY

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list