From 966898329c998438436cab0f9cc599434b74dd14 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 13 Oct 2017 13:00:49 +0800 Subject: [PATCH] cmake: bump up the required version to 2.8.12 as both trusty and centos 7.3 offer 2.8.12 Signed-off-by: Kefu Chai --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b87d963837ad..b24d773720618 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 2.8.12) project(ceph CXX C ASM) set(VERSION 12.1.2) -- 2.39.5