CMakeLists: update cmake minimum required version to 3.10 master
authorChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:37:07 +0000 (23:37 +0200)
committerChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:37:07 +0000 (23:37 +0200)
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 <[email protected]>
Signed-off-by: Christian Marangi <[email protected]>
CMakeLists.txt

index 0c2692a2a6ed94db727baeb8f5892758ce641019..351be630e1421da72bc39e4ea0d15bc56bd1cc64 100644 (file)
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
 
 PROJECT(fwtool C)
 INCLUDE(GNUInstallDirs)