CMakeLists: update cmake minimum required version to 3.10
authorChristian Marangi <[email protected]>
Wed, 5 Nov 2025 15:32:21 +0000 (16:32 +0100)
committerChristian Marangi <[email protected]>
Wed, 5 Nov 2025 15:41:06 +0000 (16:41 +0100)
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.

Signed-off-by: Christian Marangi <[email protected]>
CMakeLists.txt

index 26230b32cc70447cf6e49910fc4e0f535217612b..8432c967cfae572991a5b639c97075b957c93ddb 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.10)
 
 PROJECT(opkg C)