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  4d8a9a595c6163eee2b53fabdd9d3847a8116f41 (commit)
       via  76aaf33464361f2ffd7b18140826a006b4246226 (commit)
      from  85b295bfd0595dec7caf6bcae12b21c4f194b711 (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=4d8a9a595c6163eee2b53fabdd9d3847a8116f41
commit 4d8a9a595c6163eee2b53fabdd9d3847a8116f41
Merge: 85b295b 76aaf33
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Fri Jul 26 07:09:59 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jul 26 07:09:59 2013 -0400

    Merge topic 'minor-cleanups' into next
    
    76aaf33 Fix test expected output.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=76aaf33464361f2ffd7b18140826a006b4246226
commit 76aaf33464361f2ffd7b18140826a006b4246226
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Fri Jul 26 13:09:03 2013 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Fri Jul 26 13:09:03 2013 +0200

    Fix test expected output.

diff --git a/Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt 
b/Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt
index 6c29057..ae7627e 100644
--- a/Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt
+++ b/Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt
@@ -1,4 +1,4 @@
 CMake Error at CMP0022-export.cmake:11 \(export\):
   Target "cmp0022NEW" has policy CMP0022 enabled, but also has old-style
-  INTERFACE_LINK_LIBRARIES properties populated, but it was exported without
+  LINK_INTERFACE_LIBRARIES properties populated, but it was exported without
   the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties
diff --git a/Tests/RunCMake/CMP0022/CMP0022-install-export-stderr.txt 
b/Tests/RunCMake/CMP0022/CMP0022-install-export-stderr.txt
index 3425e8e..405dd8d 100644
--- a/Tests/RunCMake/CMP0022/CMP0022-install-export-stderr.txt
+++ b/Tests/RunCMake/CMP0022/CMP0022-install-export-stderr.txt
@@ -1,4 +1,4 @@
 CMake Error in CMakeLists.txt:
   Target "cmp0022NEW" has policy CMP0022 enabled, but also has old-style
-  INTERFACE_LINK_LIBRARIES properties populated, but it was exported without
+  LINK_INTERFACE_LIBRARIES properties populated, but it was exported without
   the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties

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

Summary of changes:
 Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt   |    2 +-
 .../CMP0022/CMP0022-install-export-stderr.txt      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to