This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 4668b5fa22e37b0e81a70f44e3ae08ac452a1c55 Author: xuxin19 <[email protected]> AuthorDate: Thu Aug 10 11:30:44 2023 +0800 cmake:fix cmake nxlib build break Signed-off-by: xuxin19 <[email protected]> --- libs/libnx/nxmu/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libnx/nxmu/CMakeLists.txt b/libs/libnx/nxmu/CMakeLists.txt index c55a027a91..fe93b10bea 100644 --- a/libs/libnx/nxmu/CMakeLists.txt +++ b/libs/libnx/nxmu/CMakeLists.txt @@ -29,7 +29,6 @@ if(CONFIG_NX) nx_disconnect.c nx_eventhandler.c nx_eventnotify.c - nxmu_semtake.c nx_block.c nx_synch.c nx_kbdchin.c
