From a5b65103a3701045c2366f65b3fa01e7e782ddf9 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 19 Aug 2025 10:54:42 +0800 Subject: [PATCH] updated min version supported cmake --- decoder/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/CMakeLists.txt b/decoder/CMakeLists.txt index d9f431b..cb1f1b4 100644 --- a/decoder/CMakeLists.txt +++ b/decoder/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.10) ######################################################## project(ir_decoder)