bump up cmake min to 3.20

This commit is contained in:
hathach
2025-01-03 15:09:13 +07:00
parent 2d7d1070fc
commit c8130afe9b
44 changed files with 44 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.17)
cmake_minimum_required(VERSION 3.20)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../hw/bsp/family_support.cmake)