From eb912395c25fbdeef4f322d7aea9226578228184 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 12 Nov 2021 12:51:27 +0100 Subject: Remove new line from log messages Remove new line from log messages to allow the log makros to format the output. Removing 'message process'. It has been replaced by the 'message handler' application in core platform. Change-Id: Ie97063680c25a33844a8e52e7d39f042da0493e1 --- applications/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'applications/CMakeLists.txt') diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt index 22de770..88dd052 100644 --- a/applications/CMakeLists.txt +++ b/applications/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2020 Arm Limited. All rights reserved. +# Copyright (c) 2019-2021 Arm Limited. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # @@ -18,10 +18,6 @@ add_library(ethosu_applications INTERFACE) -# Build message process -add_subdirectory(message_process) -target_link_libraries(ethosu_applications INTERFACE message_process) - # Build inference process add_subdirectory(inference_process) target_link_libraries(ethosu_applications INTERFACE inference_process) -- cgit v1.2.1