From 497be1e85543524f4c862c7ced7d3644df6ffc44 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Thu, 12 Jun 2025 19:21:00 +0200 Subject: [PATCH] Update CMakeLists.txt fix cmake version <3.10 deprecation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f811481..df7c1b9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) project (yaml C) set (YAML_VERSION_MAJOR 0)