From: José Bollo Date: Tue, 5 Sep 2017 12:00:32 +0000 (+0200) Subject: Update CMake required version X-Git-Tag: 4.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=0a9b6dcda819720ebc02f406d07d99b870d87fed Update CMake required version Change-Id: I8d45e9d0430600444a25d923412dd8e385b91470 Signed-off-by: José Bollo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ac19c..7dec6b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,9 +16,9 @@ # limitations under the License. ########################################################################### -project(afm-main C) +cmake_minimum_required(VERSION 3.4.3) -cmake_minimum_required(VERSION 2.8) +project(afm-main C) include(GNUInstallDirs) include(CTest)