CMakeLists: update cmake minimum required version to 3.10 master
authorChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:40:50 +0000 (23:40 +0200)
committerChristian Marangi <[email protected]>
Fri, 3 Oct 2025 21:40:50 +0000 (23:40 +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 2e591ee76b4a2c9d8642ae9620266c43fa245eda..3784dff55191882bbb0de5488d99423dc1c41cd0 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.10)
 
 PROJECT(ustream-ssl C)
 
 
 PROJECT(ustream-ssl C)