From: Christian Lamparter Date: Thu, 27 Jul 2023 12:52:07 +0000 (+0200) Subject: cmake: bump cmake_minimum_required to 3.5 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=7e8971958284d4575f271510c808f6b9cc7c6edc;p=carl9170fw.git cmake: bump cmake_minimum_required to 3.5 | Make Deprecation Warning at tools/lib/CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 will be removed from a future version of | CMake. Signed-off-by: Christian Lamparter --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fad2ff4..5e0eff7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(carl9170) diff --git a/carlfw/CMakeLists.txt b/carlfw/CMakeLists.txt index 1c1b551..5242f9b 100644 --- a/carlfw/CMakeLists.txt +++ b/carlfw/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(carl9170.fw) diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index afe880f..6e4ddb3 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(config) diff --git a/minifw/CMakeLists.txt b/minifw/CMakeLists.txt index f73cdc0..3cdd4d2 100644 --- a/minifw/CMakeLists.txt +++ b/minifw/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(miniboot.fw) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 7e225ea..9498c66 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(tools) diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt index 39c6c5c..c90d744 100644 --- a/tools/lib/CMakeLists.txt +++ b/tools/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(libcarlfw) diff --git a/tools/src/CMakeLists.txt b/tools/src/CMakeLists.txt index bfea46c..e317002 100644 --- a/tools/src/CMakeLists.txt +++ b/tools/src/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(tools)