From 7f1d17ebd7abdf9e01257e9e707321c39509867a Mon Sep 17 00:00:00 2001 From: Nick Aliferopoulos Date: Sun, 17 May 2026 21:45:57 +0300 Subject: [PATCH] Update minimum CMake version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2f4434..0d3eced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(parson C) include (GNUInstallDirs)