trns1997 commented on PR #3185: URL: https://github.com/apache/nuttx-apps/pull/3185#issuecomment-3329094549
> > @trns1997 you need fix ci error first https://github.com/apache/nuttx-apps/actions/runs/17955938892/job/51067275467?pr=3185 > > ``` > > CMake Error at /github/workspace/sources/apps/testing/cxx-oot-build/CMakeLists.txt:19 (add_executable): > > Cannot find source file: > > > > /github/workspace/sources/nuttx/src/HelloWorld.cpp > > ``` > > is there a mechanism to add this example folder in an ignore list? @xiaoxiang781216 3 options. Either i place this `cxx-oot-build` in another place and i do not add_sub this folder in the root CMakeLists to avoid building this. Or i update `nuttx_add_subdirectory` function to accommodate an exclusion logic? Or I add a Guard inside the subproject itself? -- 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]
