We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e14c7 commit 61ced7dCopy full SHA for 61ced7d
CMakeLists.txt
@@ -226,7 +226,7 @@ endif()
226
227
if(NOT EXISTS "${NUTTX_BOARD_DIR}/CMakeLists.txt"
228
AND NOT EXISTS "${NUTTX_BOARD_DIR}/../common/CMakeLists.txt")
229
- message(FATAL_ERROR "No CMakeList.txt found at ${NUTTX_BOARD_DIR}")
+ message(FATAL_ERROR "No CMakeLists.txt found at ${NUTTX_BOARD_DIR}")
230
endif()
231
232
# Custom board ###################################################
boards/arm/nrf52/thingy52/src/CMakeList.txt
0 commit comments