From deb127eed33b733a9b78270a9d0ea81d3b4654ff Mon Sep 17 00:00:00 2001 From: Slendi Date: Sat, 26 Jul 2025 00:49:23 +0300 Subject: [PATCH] Lower cmake minimum required Signed-off-by: Slendi --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8d549e..ff24663 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 3.10) project(DCFG C)