From eb1c7eff6cf8393a34a0040eeb85a8a419f204bb Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Fri, 9 Jun 2023 10:45:02 +0200 Subject: [PATCH] Clarify subitem relationship in CMake configure summary. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5938c37898..f37f5757ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1411,8 +1411,8 @@ message( "\nlibmaxminddb: ${USE_GEOIP}" "\nKerberos: ${USE_KRB5}" "\ngperftools found: ${HAVE_PERFTOOLS}" - "\n tcmalloc: ${USE_PERFTOOLS_TCMALLOC}" - "\n debugging: ${USE_PERFTOOLS_DEBUG}" + "\n - tcmalloc: ${USE_PERFTOOLS_TCMALLOC}" + "\n - debugging: ${USE_PERFTOOLS_DEBUG}" "\njemalloc: ${ENABLE_JEMALLOC}" "\n" "\nFuzz Targets: ${ZEEK_ENABLE_FUZZERS}"