CMakeLists: update cmake minimum required version to 3.10
authorChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:42:30 +0000 (23:42 +0200)
committerChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:42:30 +0000 (23:42 +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 ef32dad3829161ac6a88dc0097ac46ece77b1718..b9e342ff9762651f5a5c3556f911d2203bfcb667 100644 (file)
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
 
 PROJECT(libnl-tiny C)
 INCLUDE(GNUInstallDirs)