From b7c3278b6f471a3dc8bdf2dfb40be6f8e6b7f394 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Wed, 15 May 2019 21:26:28 -0700 Subject: [PATCH] remove cmake message --- main/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 978ad61..3048750 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -20,7 +20,6 @@ set(COMPONENT_REQUIRES "u8g2" "sx127x_driver" "protobuf" "MPU-driver" "minmea" " proto_generate_cpp(messages.proto ${PB_OUT} PROTO_HDRS PROTO_SRCS) proto_generate_cpp(config.proto ${PB_OUT} PROTO_HDRS PROTO_SRCS) -message(STATUS "PROTO_SRCS: ${PROTO_SRCS}") list(APPEND COMPONENT_SRCS ${PROTO_SRCS} ${PROTO_HDRS}) register_component()