[Cmake-commits] CMake branch, next, updated. v3.3.2-3432-g0b741be

Brad King brad.king at kitware.com
Thu Oct 1 09:56:18 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  0b741bec4266a6507cd56f2f12cf743499df627b (commit)
       via  18a4a742d0a8e27f765070ab837c395d69a72959 (commit)
      from  adce44b9f9b85b5cf7ccaa5b25d1088925845180 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b741bec4266a6507cd56f2f12cf743499df627b
commit 0b741bec4266a6507cd56f2f12cf743499df627b
Merge: adce44b 18a4a74
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 1 09:56:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 1 09:56:18 2015 -0400

    Merge topic 'vs-win10-sdk' into next
    
    18a4a742 fixup! cmSystemTools: Add VersionCompareGreater helper


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=18a4a742d0a8e27f765070ab837c395d69a72959
commit 18a4a742d0a8e27f765070ab837c395d69a72959
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 1 09:54:26 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 1 09:55:33 2015 -0400

    fixup! cmSystemTools: Add VersionCompareGreater helper

diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index a031da5..2c5aa8a 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -2781,7 +2781,7 @@ bool cmSystemTools::VersionCompareGreater(std::string const& lhs,
                                           std::string const& rhs)
 {
   return cmSystemTools::VersionCompare(
-    cmSystemTools::CompareOp::OP_GREATER, lhs.c_str(), rhs.c_str());
+    cmSystemTools::OP_GREATER, lhs.c_str(), rhs.c_str());
 }
 
 //----------------------------------------------------------------------------

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

Summary of changes:
 Source/cmSystemTools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list