toku-mac commented on code in PR #3493: URL: https://github.com/apache/nuttx-apps/pull/3493#discussion_r3286329737
########## builtin/CMakeLists.txt: ########## @@ -21,6 +21,12 @@ # ############################################################################## if(CONFIG_BUILTIN) + # Out-of-tree builds generate these headers in the binary directory. Remove + # stale in-source copies to avoid accidental inclusion. + if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR) Review Comment: I tried various methods to reproduce this state. * Manual configuration changes via CLI commands * Automatic processing of CMakeLists.txt by IDE It seems there's an issue when running these simultaneously. Following the proper workflow should prevent this problem, so I'll withdraw this pull request. Thank you. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
