leducp commented on issue #16782: URL: https://github.com/apache/nuttx/issues/16782#issuecomment-3166862078
NuttX export should support CMake toolchain file now, so your CMakeLists.txt should only contains your own project settings, and be built like this: ``` cmake -B my_build_folder -S my_source_folder -DCMAKE_TOOLCHAIN_FILE=top_path_to_find/nuttx-export/scripts/toolchain.cmake ``` -- 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