From 46b4817ad69b35e8b76052e5a02c0c3365e42578 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 3 Sep 2014 16:51:24 +0200 Subject: [PATCH] Increase required CMake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 470df4585..c9a1db469 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # ############################################################################ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) project(LINPHONE C CXX)