summaryrefslogtreecommitdiff
path: root/examples/typec
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/typec
parent2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (diff)
bump up cmake min to 3.20
Diffstat (limited to 'examples/typec')
-rw-r--r--examples/typec/CMakeLists.txt2
-rw-r--r--examples/typec/power_delivery/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/typec/CMakeLists.txt b/examples/typec/CMakeLists.txt
index c7641494e..24c25908a 100644
--- a/examples/typec/CMakeLists.txt
+++ b/examples/typec/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)
diff --git a/examples/typec/power_delivery/CMakeLists.txt b/examples/typec/power_delivery/CMakeLists.txt
index 012eff095..837b4996a 100644
--- a/examples/typec/power_delivery/CMakeLists.txt
+++ b/examples/typec/power_delivery/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)