Skip to content

Commit 61ced7d

Browse files
committed
cmake: currect cmake rule file name
The rule of cmake file name should be CMakeLists.txt not CMakeList.txt Signed-off-by: chao an <anchao@xiaomi.com>
1 parent b7e14c7 commit 61ced7d

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ endif()
226226

227227
if(NOT EXISTS "${NUTTX_BOARD_DIR}/CMakeLists.txt"
228228
AND NOT EXISTS "${NUTTX_BOARD_DIR}/../common/CMakeLists.txt")
229-
message(FATAL_ERROR "No CMakeList.txt found at ${NUTTX_BOARD_DIR}")
229+
message(FATAL_ERROR "No CMakeLists.txt found at ${NUTTX_BOARD_DIR}")
230230
endif()
231231

232232
# Custom board ###################################################

boards/arm/nrf52/thingy52/src/CMakeList.txt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)