You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by ji...@apache.org on 2018/04/10 23:36:39 UTC

incubator-quickstep git commit: Upgrade cmake version.

Repository: incubator-quickstep
Updated Branches:
  refs/heads/master 7cc928429 -> 502960d06


Upgrade cmake version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/502960d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/502960d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/502960d0

Branch: refs/heads/master
Commit: 502960d06faa730a02755c316b28c93fbf779a7c
Parents: 7cc9284
Author: Harshad Deshmukh <hb...@apache.org>
Authored: Mon Apr 2 11:34:14 2018 -0500
Committer: Harshad Deshmukh <hb...@apache.org>
Committed: Mon Apr 2 11:37:22 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/502960d0/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3965851..1343a18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-cmake_minimum_required (VERSION 2.8.6)
+cmake_minimum_required (VERSION 3.0)
 project (QUICKSTEP)
 
 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")