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

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

commit 6f27fd39322d92b36a8410960f1b65b6da94003e
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Thu Jan 11 15:44:17 2018 -0800

    Remove extraneous NFFS dependency.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a89f875..6239238 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,4 +29,4 @@ zephyr_library_sources(
     smp/src/smp.c
 )
 zephyr_library_link_libraries(MCUMGR)
-target_link_libraries(MCUMGR INTERFACE zephyr_interface NFFS)
+target_link_libraries(MCUMGR INTERFACE zephyr_interface)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to