From 5d18e77bfe487c771d83c6e8e96731ba01be3f6e Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Wed, 21 May 2025 21:50:44 +0300 Subject: Bump minimum CMake version. 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3