From 5b8ad8af925c11b2e0c3d1cbe337efd51623be61 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Wed, 13 May 2026 13:24:17 -0400 Subject: [PATCH] Bump cmake_minimum_required to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b07d34b7..df7c1b9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project (yaml C) set (YAML_VERSION_MAJOR 0)