diff options
| author | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-18 01:50:16 +0700 |
| commit | 803b755554a69221f6d05a4b245f24045dfcd644 (patch) | |
| tree | 0c56b8c6952d98a39cb90c288ae48f619d3b863c /examples/device/board_test | |
| parent | 38cc459c93d039968c4e89b302880e621e42eed3 (diff) | |
update per review
Diffstat (limited to 'examples/device/board_test')
| -rw-r--r-- | examples/device/board_test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt index 2b7712630..698b0c96f 100644 --- a/examples/device/board_test/CMakeLists.txt +++ b/examples/device/board_test/CMakeLists.txt @@ -7,7 +7,7 @@ set(TOP "../../..") get_filename_component(TOP "${TOP}" REALPATH) # Check for -DFAMILY= -if(FAMILY MATCHES "^(esp32s[2-3])*") +if(FAMILY MATCHES "^esp32s[2-3]") cmake_minimum_required(VERSION 3.5) include(${TOP}/hw/bsp/${FAMILY}/family.cmake) |
