You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/01/11 23:45:25 UTC

[mynewt-mcumgr] 01/02: Only export includes for target (was: globally).

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 0caaed05713002c8d9d37b35cf6c1441b1acbfd4
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Thu Jan 11 15:43:45 2018 -0800

    Only export includes for target (was: globally).
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac80b6e..a89f875 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 add_library(MCUMGR INTERFACE)
 
-zephyr_include_directories(MCUMGR INTERFACE 
+target_include_directories(MCUMGR INTERFACE 
     cborattr/include
     cmd/fs_mgmt/include
     cmd/img_mgmt/include

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