From 91c142fd5d2fc116527a7e37bfa1af0eb0529aeb Mon Sep 17 00:00:00 2001 From: TamTamHero <10632523+TamtamHero@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:59:17 +0200 Subject: [PATCH] Increase CMake version requirement to fix compilation on recent CMake install --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f44e8c..ff8fd73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.17) set(CMAKE_C_STANDARD 11) idf_component_register( SRCS bmx280.c