diff options
| author | hathach <[email protected]> | 2025-01-03 15:09:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-01-21 16:28:26 +0700 |
| commit | c8130afe9bb7365adc076c98059b869bfcaf2ecf (patch) | |
| tree | a5cd94138564a980f97eee84c94d410076d8fdba /src | |
| parent | 2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (diff) | |
bump up cmake min to 3.20
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cf6878389..e8488166e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) |
