From 81b3c440c64a372b6e47f9cb50804bd60f83e83f Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 12 Apr 2015 21:06:11 +0200 Subject: THRIFT-3014 AppVeyor support - fix format --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f20d06990..5e5636a37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ + + # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file @@ -18,7 +20,7 @@ # -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0.2) project(thrift) -- cgit v1.2.1