You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2020/03/25 09:11:31 UTC

[mynewt-mcumgr] branch master updated: zephyr: TinyCBOR has been removed from interface libraries

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b171f  zephyr: TinyCBOR has been removed from interface libraries
f3b171f is described below

commit f3b171f2d6d50b0b696f1307bb18e748727fbc80
Author: Dominik Ermel <do...@nordicsemi.no>
AuthorDate: Thu Mar 19 10:46:01 2020 +0000

    zephyr: TinyCBOR has been removed from interface libraries
    
    It is no longer needed to add TINYCBOR to list of interface libraries.
    
    Signed-off-by: Dominik Ermel <do...@nordicsemi.no>
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f22638e..bf86461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ zephyr_library_link_libraries(MCUMGR)
 
 target_link_libraries(MCUMGR INTERFACE
   zephyr_interface
-  TINYCBOR
   )
 
 endif()