summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-10-03 21:37:07 +0000
committerChristian Marangi2025-10-03 21:37:07 +0000
commit04cd252e4e9394ffacd51f56f1f124abc534f715 (patch)
treeec22ce186fee431a92fc636260f4e13c18aa12a8
parent8f7fe925ca205c8e8e2d0d1b16218c1e148d5173 (diff)
downloadfwtool-master.tar.gz
CMakeLists: update cmake minimum required version to 3.10HEADmaster
New cmake version 4.0 requires at least 3.5 version as the minimum required version with it increased to 3.10 in to-be-released cmake versions. Set the minimum required version to 3.10 to future-proof for future cmake version. Suggested-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c2692a..351be63 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
PROJECT(fwtool C)
INCLUDE(GNUInstallDirs)