From c7c24fef378fb7de23bdf6c2af5f1270c240e39a Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 10 Mar 2015 11:16:26 +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 32faaaa..829997c 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(BCG729 C)