Make CMake file version according its usage.
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 21 Mar 2017 23:36:19 +0000 (23:36 +0000)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 21 Mar 2017 23:36:19 +0000 (23:36 +0000)
target_compile_feature isn't compatible with 3.0

Change-Id: I38b68b9946abc6270b0ac66ee9ff93a044e336e6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CMakeLists.txt

index 7fdf8f4..a2f5bf2 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)\r
+cmake_minimum_required(VERSION 3.3)\r
 project(can-config-generator)\r
 \r
 if (CMAKE_VERSION VERSION_LESS "3.1")\r