summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2025-05-21 21:50:44 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2025-05-21 21:50:44 +0300
commit5d18e77bfe487c771d83c6e8e96731ba01be3f6e (patch)
treea0d0060d0cd7c1028ec9d4ee4b3163603bc03f2d
parentdde524d29d98573dda6d3c3866d05a4196fc5c1e (diff)
Bump minimum CMake version.HEADmaster
CMake 4.0 breaks compatibility with versions older than 3.5, and it may soon break compatibility with versions older than 3.10. Bump the version to 3.10 to futureproof this package for a while.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5a78ef..cd10bd1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.1)
+cmake_minimum_required (VERSION 3.10)
project (ecbor LANGUAGES C CXX)