yf13 commented on code in PR #11788: URL: https://github.com/apache/nuttx/pull/11788#discussion_r1504012614
########## CMakeLists.txt: ########## @@ -355,6 +355,14 @@ if(NOT EXISTS ${CMAKE_BINARY_DIR}/.config OR NOT "${NUTTX_DEFCONFIG}" STREQUAL ${NUTTX_DEFCONFIG} CACHE INTERNAL "Saved defconfig path" FORCE) + # update value of CONFIG_BASE_DEFCONFIG + + execute_process( + COMMAND + sed -ie Review Comment: It seems changes in `nuttx_mkconfig.cmake` works here locally, I've pushed an update. Let's see how it goes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org