Skip to content

Commit

Permalink
zephyr: Fix CMake error when CONFIG_MCUMGR_CMD_LOG_MGMT=y
Browse files Browse the repository at this point in the history
Fixes a CMake error due to missing parantheses on an `endif` and
corrects source file paths.

Fixes apache#86 (apache#86)

Signed-off-by: Roman Vaughan <nzsmartie@gmail.com>
  • Loading branch information
NZSmartie committed Jun 13, 2020
1 parent 23916b9 commit 21abae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/log_mgmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ target_include_directories(MCUMGR INTERFACE
)

zephyr_library_sources(
cmd/log_mgmt/port/zephyr/src/zephyr_log_mgmt.c
cmd/log_mgmt/src/log_mgmt.c
cmd/log_mgmt/src/stubs.c
port/zephyr/src/zephyr_log_mgmt.c
src/log_mgmt.c
src/stubs.c
)
endif
endif()

0 comments on commit 21abae9

Please sign in to comment.