Repository: mesos
Updated Branches:
  refs/heads/master 299f6aa0b -> c4df8f7b0


Windows: Bumped required CMake version to 3.8.0.

The 3.7.x series has a bug where it cannot find Visual Studio 2017
tools. See https://gitlab.kitware.com/cmake/cmake/issues/16732

Review: https://reviews.apache.org/r/59557/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d22bbb79
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d22bbb79
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d22bbb79

Branch: refs/heads/master
Commit: d22bbb792f3674248d643a05a3780b31623008bd
Parents: 299f6aa
Author: Andrew Schwartzmeyer <and...@schwartzmeyer.com>
Authored: Thu May 25 13:29:12 2017 -0700
Committer: Joseph Wu <josep...@apache.org>
Committed: Thu May 25 13:29:47 2017 -0700

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d22bbb79/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ba6dd0..de463fb 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@
 if (NOT WIN32)
   cmake_minimum_required(VERSION 2.8.10)
 else (NOT WIN32)
-  cmake_minimum_required(VERSION 3.7.0)
+  cmake_minimum_required(VERSION 3.8.0)
 endif (NOT WIN32)
 
 project(Mesos)

Reply via email to