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  b7755a73594d41497819eb90197a94eeb7b4b46b (commit)
       via  f86a4403684a88c66c12f2faba32efc301ee6337 (commit)
      from  d6566e24776e7253b926a1a924b977d0f844c9ab (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=b7755a73594d41497819eb90197a94eeb7b4b46b
commit b7755a73594d41497819eb90197a94eeb7b4b46b
Merge: d6566e2 f86a440
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Nov 21 11:25:36 2011 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Nov 21 11:25:36 2011 -0500

    Merge topic 'CheckImportedFileExistenceInConfigDotCMakeFiles' into next
    
    f86a440 Fix line-too-long


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f86a4403684a88c66c12f2faba32efc301ee6337
commit f86a4403684a88c66c12f2faba32efc301ee6337
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Nov 21 11:21:22 2011 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Mon Nov 21 11:21:22 2011 -0500

    Fix line-too-long

diff --git a/Source/cmExportInstallFileGenerator.cxx 
b/Source/cmExportInstallFileGenerator.cxx
index 0bf226e..da14dd7 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -173,7 +173,8 @@ cmExportInstallFileGenerator
     this->SetImportLocationProperty(config, suffix, te->LibraryGenerator,
                                     properties, importedLocations);
     this->SetImportLocationProperty(config, suffix,
-                                    te->RuntimeGenerator, properties, 
importedLocations);
+                                    te->RuntimeGenerator, properties,
+                                    importedLocations);
     this->SetImportLocationProperty(config, suffix, te->FrameworkGenerator,
                                     properties, importedLocations);
     this->SetImportLocationProperty(config, suffix, te->BundleGenerator,

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

Summary of changes:
 Source/cmExportInstallFileGenerator.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 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