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  6e7a8f7c18f6ea65d9ab38ff6b3eb33ad4435ddd (commit)
       via  1d7a18141a9b8265f8df6afa777a6260b9cfcb06 (commit)
      from  8e89529306ee554e386a793269525ba62eab07e7 (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=6e7a8f7c18f6ea65d9ab38ff6b3eb33ad4435ddd
commit 6e7a8f7c18f6ea65d9ab38ff6b3eb33ad4435ddd
Merge: 8e89529 1d7a181
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Mon Mar 25 15:17:40 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Mar 25 15:17:40 2013 -0400

    Merge topic 'error-on-exported-missing-include-dir' into next
    
    1d7a181 Fix style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d7a18141a9b8265f8df6afa777a6260b9cfcb06
commit 1d7a18141a9b8265f8df6afa777a6260b9cfcb06
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Mon Mar 25 20:16:12 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Mon Mar 25 20:16:12 2013 +0100

    Fix style.

diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx
index 24940aa..27ec56b 100644
--- a/Source/cmExportFileGenerator.cxx
+++ b/Source/cmExportFileGenerator.cxx
@@ -179,7 +179,8 @@ static bool isSubDirectory(const char* a, const char* b)
 static bool checkInterfaceDirs(const std::string &prepro,
                       cmTarget *target)
 {
-  const char* installDir = 
target->GetMakefile()->GetSafeDefinition("CMAKE_INSTALL_PREFIX");
+  const char* installDir =
+            target->GetMakefile()->GetSafeDefinition("CMAKE_INSTALL_PREFIX");
   const char* topSourceDir = target->GetMakefile()->GetHomeDirectory();
   const char* topBinaryDir = target->GetMakefile()->GetHomeOutputDirectory();
 

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

Summary of changes:
 Source/cmExportFileGenerator.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