Skip to content

Commit bf10b68

Browse files
Przemyslaw Bidatmon-nordic
authored andcommitted
[nrf fromlist] openthread: net: fix building of openthread.
This commit disables simulation platform test build of openthread in zephyr since those are targeted for Linux like platforms. Upstream PR: zephyrproject-rtos/zephyr#54870 Signed-off-by: Przemyslaw Bida <[email protected]>
1 parent 2b6325a commit bf10b68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/openthread/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ if(CONFIG_OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE)
446446
set(OT_NCP_VENDOR_HOOK_SOURCE ${CONFIG_OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE} CACHE STRING "NCP vendor hook source file name" FORCE)
447447
endif()
448448

449+
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
450+
449451
# Zephyr logging options
450452

451453
if(CONFIG_LOG_BACKEND_SPINEL)

0 commit comments

Comments
 (0)