[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3400-g85b295b

Stephen Kelly steveire at gmail.com
Fri Jul 26 06:13:20 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  85b295bfd0595dec7caf6bcae12b21c4f194b711 (commit)
       via  4bc623dc9672b86d8879a485c6eff12dbb8aa7d8 (commit)
      from  18d73f5ef12b86cbc7d7b24996a1c5039d217ffa (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=85b295bfd0595dec7caf6bcae12b21c4f194b711
commit 85b295bfd0595dec7caf6bcae12b21c4f194b711
Merge: 18d73f5 4bc623d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jul 26 06:13:18 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 26 06:13:18 2013 -0400

    Merge topic 'minor-cleanups' into next
    
    4bc623d Export: Fix typo of LINK_INTERFACE_LIBRARIES.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4bc623dc9672b86d8879a485c6eff12dbb8aa7d8
commit 4bc623dc9672b86d8879a485c6eff12dbb8aa7d8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jul 26 12:12:13 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jul 26 12:12:13 2013 +0200

    Export: Fix typo of LINK_INTERFACE_LIBRARIES.
    
    Refer correctly to the old property, not the new one.

diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx
index 4de1aae..ab9744b 100644
--- a/Source/cmExportFileGenerator.cxx
+++ b/Source/cmExportFileGenerator.cxx
@@ -636,7 +636,7 @@ cmExportFileGenerator
     cmMakefile *mf = target->GetMakefile();
     cmOStringStream e;
     e << "Target \"" << target->GetName() << "\" has policy CMP0022 enabled, "
-         "but also has old-style INTERFACE_LINK_LIBRARIES properties "
+         "but also has old-style LINK_INTERFACE_LIBRARIES properties "
          "populated, but it was exported without the "
          "EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties";
     mf->IssueMessage(cmake::FATAL_ERROR, e.str());

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

Summary of changes:
 Source/cmExportFileGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list