Skip to content

Commit

Permalink
zephyr: TinyCBOR has been removed from interface libraries
Browse files Browse the repository at this point in the history
It is no longer needed to add TINYCBOR to list of interface libraries.

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic authored and utzig committed Mar 25, 2020
1 parent c4919da commit f3b171f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ zephyr_library_link_libraries(MCUMGR)

target_link_libraries(MCUMGR INTERFACE
zephyr_interface
TINYCBOR
)

endif()

0 comments on commit f3b171f

Please sign in to comment.