From 9e9d0ba7aa677fdc30bed51f382e30701fa91214 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 4 Dec 2024 17:24:45 +0100 Subject: [PATCH] CMakeLists: Cluster backends output --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42dc4f0a63..2aa1321a5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1490,6 +1490,10 @@ message( "\n - debugging: ${USE_PERFTOOLS_DEBUG}" "\njemalloc: ${ENABLE_JEMALLOC}" "\n" + "\nCluster backends:" + "\n - Broker: ON" + "\n - ZeroMQ: ${ENABLE_CLUSTER_BACKEND_ZEROMQ}" + "\n" "\nFuzz Targets: ${ZEEK_ENABLE_FUZZERS}" "\nFuzz Engine: ${ZEEK_FUZZING_ENGINE}" "${_analyzer_warning}"