xiaoxiang781216 commented on code in PR #13894: URL: https://github.com/apache/nuttx/pull/13894#discussion_r1797730178
########## arch/sim/src/sim/CMakeLists.txt: ########## @@ -176,7 +176,7 @@ if(CONFIG_SMP) list(APPEND SRCS sim_smpsignal.c sim_cpuidlestack.c) endif() -if(CONFIG_ARCH_HAVE_MULTICPU) +if(CONFIG_ARCH_HAVE_MULTICPU AND NOT WIN32) Review Comment: remove don't need -- 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]
