From 6395eecf9532f9f4d5c62d15e28bddd00d56cf6c Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 5 Jul 2020 12:02:05 +0200 Subject: [PATCH] Make clear that only internal logging is disabled, not the output products --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccc703512..ef935e15e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1580,7 +1580,7 @@ ${CMAKE_BINARY_DIR}/thirdparty/glog/glog-${GNSSSDR_GLOG_LOCAL_VERSION}/configure endif() if(NOT ENABLE_LOG) - message(STATUS "Logging is not enabled") + message(STATUS "Internal logging is not enabled") if(CMAKE_VERSION VERSION_GREATER 3.11.0) target_compile_definitions(Glog::glog INTERFACE -DGOOGLE_STRIP_LOG=1) else()