[Cmake-commits] CMake branch, next, updated. v3.3.0-rc1-204-g2c96d81

Stephen Kelly steveire at gmail.com
Sun Jun 7 04:38:07 EDT 2015


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  2c96d8121c0b5d524d432361f1e628eccffd5f72 (commit)
       via  4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec (commit)
       via  e133e40937031004d11b0d16289cee1bf0dc5e4f (commit)
       via  c197c6928128558e24ee094286e494e74b272f20 (commit)
       via  cb1a9c7b9cc48ac1f908ece7bb55a342bd943fec (commit)
      from  5355cb142ed77f2f4ada6a0d5abc21f09be150da (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=2c96d8121c0b5d524d432361f1e628eccffd5f72
commit 2c96d8121c0b5d524d432361f1e628eccffd5f72
Merge: 5355cb1 4ab7d40
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jun 7 04:38:06 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jun 7 04:38:06 2015 -0400

    Merge topic 'minor-cleanups' into next
    
    4ab7d407 cmExportTryCompileFileGenerator: Add newline between methods.
    e133e409 cmExportTryCompileFileGenerator: Remove unused variable.
    c197c692 cmDocumentation: Remove unused include.
    cb1a9c7b CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec
commit 4ab7d407a5e46f91bf57fb1f9be7387ba989e0ec
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 6 22:54:50 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jun 7 10:32:53 2015 +0200

    cmExportTryCompileFileGenerator: Add newline between methods.

diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx
index 6c5f48f..dfb991b 100644
--- a/Source/cmExportTryCompileFileGenerator.cxx
+++ b/Source/cmExportTryCompileFileGenerator.cxx
@@ -116,6 +116,7 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
       }
     }
 }
+
 std::string
 cmExportTryCompileFileGenerator::InstallNameDir(cmTarget* target,
                                                 const std::string& config)

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e133e40937031004d11b0d16289cee1bf0dc5e4f
commit e133e40937031004d11b0d16289cee1bf0dc5e4f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 6 22:52:44 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jun 7 10:32:27 2015 +0200

    cmExportTryCompileFileGenerator: Remove unused variable.

diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx
index eb8d193..6c5f48f 100644
--- a/Source/cmExportTryCompileFileGenerator.cxx
+++ b/Source/cmExportTryCompileFileGenerator.cxx
@@ -99,8 +99,6 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
         || i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
         || i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
       {
-      const std::string libs = i->second.GetValue();
-
       std::string evalResult = this->FindTargets(i->first,
                                                  target, emitted);
 

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c197c6928128558e24ee094286e494e74b272f20
commit c197c6928128558e24ee094286e494e74b272f20
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 6 22:44:44 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jun 7 10:32:02 2015 +0200

    cmDocumentation: Remove unused include.

diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h
index 8854c36..b6c5fde 100644
--- a/Source/cmDocumentation.h
+++ b/Source/cmDocumentation.h
@@ -13,7 +13,6 @@
 #define _cmDocumentation_h
 
 #include "cmStandardIncludes.h"
-#include "cmProperty.h"
 #include "cmDocumentationFormatter.h"
 #include "cmDocumentationSection.h"
 #include "cmake.h"

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

Summary of changes:
 Source/CMakeVersion.cmake                  |    2 +-
 Source/cmDocumentation.h                   |    1 -
 Source/cmExportTryCompileFileGenerator.cxx |    3 +--
 3 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list