diff options
| author | hathach <[email protected]> | 2023-04-21 18:23:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-21 18:23:40 +0700 |
| commit | 6daa135201b16c287f0b0d7ad7463877d471ceef (patch) | |
| tree | a6806588d191483dcc2988851d754f8ea3508030 /examples/device/cdc_msc_freertos | |
| parent | 0afe1b36842c1542293e2133212aa0cfca9608c8 (diff) | |
update most examples cmake to build with imxrt
Diffstat (limited to 'examples/device/cdc_msc_freertos')
| -rw-r--r-- | examples/device/cdc_msc_freertos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/CMakeLists.txt b/examples/device/cdc_msc_freertos/CMakeLists.txt index 714e5333b..c6cce711a 100644 --- a/examples/device/cdc_msc_freertos/CMakeLists.txt +++ b/examples/device/cdc_msc_freertos/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.17) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) |
