[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4516-gff6cda9

Brad King brad.king at kitware.com
Mon Oct 7 20:11:22 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  ff6cda9eef376b529e5b7f078d1486403bf5f8fb (commit)
       via  7b9f66023ad38dd9850175c6bee11aafab8b01cf (commit)
      from  858991470968b38d07e70b6b4b8b0f9f00c4f606 (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=ff6cda9eef376b529e5b7f078d1486403bf5f8fb
commit ff6cda9eef376b529e5b7f078d1486403bf5f8fb
Merge: 8589914 7b9f660
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 7 20:11:16 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 7 20:11:16 2013 -0400

    Merge topic 'INTERFACE_LIBRARY-target-type' into next
    
    7b9f660 export: Update approximation of version 2.8.13 to be over 2.8.12


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b9f66023ad38dd9850175c6bee11aafab8b01cf
commit 7b9f66023ad38dd9850175c6bee11aafab8b01cf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 7 20:05:00 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 7 20:05:13 2013 -0400

    export: Update approximation of version 2.8.13 to be over 2.8.12

diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index caee9b9..243e5ce 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -49,8 +49,7 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
       }
     if (te->GetType() == cmTarget::INTERFACE_LIBRARY)
       {
-      // 2.8.13
-      this->GenerateRequiredCMakeVersion(os, "2.8.11.20130815");
+      this->GenerateRequiredCMakeVersion(os, "2.8.12.20131007"); // 2.8.13
       }
     }
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list