From 90230ecff69f2b9a358ef4b812e9c901f8a5ce2c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 10 Mar 2015 11:19:22 +0100 Subject: [PATCH] Require at least CMake 3.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8382f9399..b859543d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # ############################################################################ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0) project(LINPHONE C CXX)