diff options
| author | hathach <[email protected]> | 2021-04-19 13:30:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-19 13:30:04 +0700 |
| commit | 59f0fa1e5e6767602c346bdd9371bf7d6caa9d08 (patch) | |
| tree | 89072aab24057bb559b3f0b44e87ccfd3834b504 /examples/device/cdc_msc_freertos | |
| parent | 27c4a7db8df7d4e40359084eaa0ede4280651155 (diff) | |
cmake cleanup
Diffstat (limited to 'examples/device/cdc_msc_freertos')
| -rw-r--r-- | examples/device/cdc_msc_freertos/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_freertos/CMakeLists.txt b/examples/device/cdc_msc_freertos/CMakeLists.txt index aaac4d894..1d04a8518 100644 --- a/examples/device/cdc_msc_freertos/CMakeLists.txt +++ b/examples/device/cdc_msc_freertos/CMakeLists.txt @@ -10,6 +10,8 @@ get_filename_component(TOP "${TOP}" REALPATH) # Check for -DFAMILY= if(FAMILY MATCHES "^esp32s[2-3]") + cmake_minimum_required(VERSION 3.5) + include(${TOP}/hw/bsp/${FAMILY}/family.cmake) project(${PROJECT}) |
