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

@@ -2,7 +2,7 @@
# Usage: requires target tinyusb_config which expose tusb_config.h file
# TINYUSB_TARGET_PREFIX and TINYUSB_TARGET_SUFFIX can be used to change the name of the target
cmake_minimum_required(VERSION 3.17)
cmake_minimum_required(VERSION 3.20)
# Add tinyusb to a target, if user don't want to compile tinyusb as a library
function(add_tinyusb TARGET)