feat(cmake): Update minimum cmake version to 3.22 (whole repository)

This commit is contained in:
Marek Fiala
2025-07-04 14:23:21 +02:00
committed by Roland Dobai
parent d7faae9ae4
commit 9d35d63651
655 changed files with 702 additions and 702 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.22)
project(esp-idf C CXX ASM)
if(CMAKE_CURRENT_LIST_DIR STREQUAL CMAKE_SOURCE_DIR)