Skip to content

Commit

Permalink
cmake: correct cmake rule file name
Browse files Browse the repository at this point in the history
The rule of cmake file name should be CMakeLists.txt not CMakeList.txt

Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao committed Oct 20, 2023
1 parent b7e14c7 commit 8fae34d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ endif()

if(NOT EXISTS "${NUTTX_BOARD_DIR}/CMakeLists.txt"
AND NOT EXISTS "${NUTTX_BOARD_DIR}/../common/CMakeLists.txt")
message(FATAL_ERROR "No CMakeList.txt found at ${NUTTX_BOARD_DIR}")
message(FATAL_ERROR "No CMakeLists.txt found at ${NUTTX_BOARD_DIR}")
endif()

# Custom board ###################################################
Expand Down
35 changes: 0 additions & 35 deletions boards/arm/nrf52/thingy52/src/CMakeList.txt

This file was deleted.

0 comments on commit 8fae34d

Please sign in to comment.