diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 23:36:19 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 23:36:19 +0000 |
commit | ad97b3ac33d6bc0e9ef12b35d1f97e473ed0d7fb (patch) | |
tree | 65666ee2a4577906020998a704cf281781666fea | |
parent | 32b9598698dbc3ece541d64f7b6a3816f041b8d8 (diff) |
Make CMake file version according its usage.
target_compile_feature isn't compatible with 3.0
Change-Id: I38b68b9946abc6270b0ac66ee9ff93a044e336e6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fdf8f43..a2f5bf2f 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")
|