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 /examples/device/hid_boot_interface | |
| parent | 2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (diff) | |
bump up cmake min to 3.20
Diffstat (limited to 'examples/device/hid_boot_interface')
| -rw-r--r-- | examples/device/hid_boot_interface/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_boot_interface/CMakeLists.txt b/examples/device/hid_boot_interface/CMakeLists.txt index a01eb3456..3da8ee3df 100644 --- a/examples/device/hid_boot_interface/CMakeLists.txt +++ b/examples/device/hid_boot_interface/CMakeLists.txt @@ -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) |
