You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zyfeier (via GitHub)" <gi...@apache.org> on 2023/07/31 12:54:39 UTC

[GitHub] [nuttx] zyfeier commented on a diff in pull request #9959: arch: update g_running_tasks when context switch occurred

zyfeier commented on code in PR #9959:
URL: https://github.com/apache/nuttx/pull/9959#discussion_r1279254959


##########
arch/sim/src/sim/CMakeLists.txt:
##########
@@ -234,6 +234,7 @@ endif()
 target_include_directories(nuttx PRIVATE ${CMAKE_BINARY_DIR}/include/nuttx)
 target_include_directories(nuttx PRIVATE ${CMAKE_CURRENT_LIST_DIR})
 
+target_include_directories(sim_head PUBLIC ${NUTTX_DIR}/sched)

Review Comment:
   Cmake will build fail when not add target include



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org