trns1997 commented on code in PR #10398:
URL: https://github.com/apache/nuttx/pull/10398#discussion_r1307147962
##########
tools/toolchainfile.cmake:
##########
@@ -0,0 +1,36 @@
+set(CMAKE_SYSTEM_NAME Generic)
+set(CMAKE_SYSTEM_VERSION 1)
+
+include(${CMAKE_CURRENT_LIST_DIR}/target.cmake)
Review Comment:
small suggestion set nuttx path before include like this:
```
set(NUTTX_PATH ${CMAKE_CURRENT_LIST_DIR}/..)
include(${NUTTX_PATH}/scripts/target.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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]