summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-03 15:09:13 +0700
committerhathach <[email protected]>2025-01-21 16:28:26 +0700
commitc8130afe9bb7365adc076c98059b869bfcaf2ecf (patch)
treea5cd94138564a980f97eee84c94d410076d8fdba /examples/device/hid_boot_interface
parent2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (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.txt2
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)