From 064e25a9a3991d5b370bcea521e131b949ecf720 Mon Sep 17 00:00:00 2001 From: Anthony Payne Date: Mon, 18 Nov 2024 13:04:45 -0700 Subject: [PATCH] in_someip: Update global plugin list Removed SOME/IP input plugin from the global list in the top level makefile. Signed-off-by: Anthony Payne --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac860eb95d2..f7886a817e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,7 +239,6 @@ if(FLB_ALL) set(FLB_IN_NGINX_STATUS 1) set(FLB_IN_EXEC 1) set(FLB_IN_UNIX_SOCKET 1) - set(FLB_IN_SOMEIP 1) # Output plugins set(FLB_OUT_ES 1)