[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2645-gd954644

Stephen Kelly steveire at gmail.com
Mon Mar 25 15:23:13 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  d9546441018650c76e6bfdd19e704dac7057ad6c (commit)
       via  061acbb6a65dbc02254dd613f829e02bd5129f99 (commit)
      from  289c3d10c21cd56c223017bd6c8b3cb6f4fccd1a (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=d9546441018650c76e6bfdd19e704dac7057ad6c
commit d9546441018650c76e6bfdd19e704dac7057ad6c
Merge: 289c3d1 061acbb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 25 15:23:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 25 15:23:11 2013 -0400

    Merge topic 'error-on-exported-missing-include-dir' into next
    
    061acbb Remove content from INTERFACE_INCLUDE_DIRECTORIES in test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=061acbb6a65dbc02254dd613f829e02bd5129f99
commit 061acbb6a65dbc02254dd613f829e02bd5129f99
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 25 20:21:44 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Mar 25 20:22:18 2013 +0100

    Remove content from INTERFACE_INCLUDE_DIRECTORIES in test.
    
    The content is not needed, and now causes additional errors.

diff --git a/Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop.cmake b/Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop.cmake
index 5221a12..5772856 100644
--- a/Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop.cmake
+++ b/Tests/RunCMake/CompatibleInterface/InterfaceString-builtin-prop.cmake
@@ -3,8 +3,6 @@ add_library(foo UNKNOWN IMPORTED)
 add_library(bar UNKNOWN IMPORTED)
 
 set_property(TARGET foo APPEND PROPERTY COMPATIBLE_INTERFACE_STRING INCLUDE_DIRECTORIES)
-set_property(TARGET foo PROPERTY INTERFACE_INCLUDE_DIRECTORIES foo_inc)
-set_property(TARGET bar PROPERTY INTERFACE_INCLUDE_DIRECTORIES bar_inc)
 
 add_executable(user main.cpp)
 set_property(TARGET user PROPERTY INCLUDE_DIRECTORIES bar_inc)

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

Summary of changes:
 .../InterfaceString-builtin-prop.cmake             |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list