summaryrefslogtreecommitdiff
path: root/src/components/utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/CMakeLists.txt')
-rw-r--r--src/components/utils/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/utils/CMakeLists.txt b/src/components/utils/CMakeLists.txt
index 451a8a629e..b65b19253a 100644
--- a/src/components/utils/CMakeLists.txt
+++ b/src/components/utils/CMakeLists.txt
@@ -78,11 +78,8 @@ if(ENABLE_LOG)
)
else()
list(APPEND EXCLUDE_PATHS
- push_log.cc
- log_message_loop_thread.cc
- logger_status.cc
auto_trace.cc
- logger.cc
+ logger/log4cxxlogger.cc
)
endif()