From 8f5d4376c6b5c681ca3c426feb477825bc7dbfad Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 31 May 2023 13:26:39 -0700 Subject: [PATCH] [build] delete the removed child supervision config in `cmake-build` (#9111) --- script/cmake-build | 1 - 1 file changed, 1 deletion(-) diff --git a/script/cmake-build b/script/cmake-build index 475728644..e457bfcd1 100755 --- a/script/cmake-build +++ b/script/cmake-build @@ -77,7 +77,6 @@ OT_POSIX_SIM_COMMON_OPTIONS=( "-DOT_BORDER_ROUTER=ON" "-DOT_CHANNEL_MANAGER=ON" "-DOT_CHANNEL_MONITOR=ON" - "-DOT_CHILD_SUPERVISION=ON" "-DOT_COAP=ON" "-DOT_COAPS=ON" "-DOT_COAP_BLOCK=ON"