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/typec | |
| parent | 2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (diff) | |
bump up cmake min to 3.20
Diffstat (limited to 'examples/typec')
| -rw-r--r-- | examples/typec/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/typec/power_delivery/CMakeLists.txt | 2 |
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) |
