From: Romain Forlot Date: Tue, 21 Mar 2017 23:36:19 +0000 (+0000) Subject: Make CMake file version according its usage. X-Git-Tag: 3.99.1~173^2~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ad97b3ac33d6bc0e9ef12b35d1f97e473ed0d7fb;p=apps%2Flow-level-can-service.git Make CMake file version according its usage. target_compile_feature isn't compatible with 3.0 Change-Id: I38b68b9946abc6270b0ac66ee9ff93a044e336e6 Signed-off-by: Romain Forlot --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fdf8f4..a2f5bf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.3) project(can-config-generator) if (CMAKE_VERSION VERSION_LESS "3.1")