From 472c4238334c57397bdb2fd801a05135d3b0d919 Mon Sep 17 00:00:00 2001 From: Denis Tereshkin Date: Sun, 1 Jun 2025 10:00:17 +0700 Subject: [PATCH] Reduce required cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af7f207..bddebfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.30) +cmake_minimum_required(VERSION 3.22) project(ftracetool C) set(CMAKE_C_STANDARD 23)