From e369fa970b6d3a2a0421ea7f4c4a68f47810e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Barbeira?= Date: Sun, 14 Jan 2024 16:46:40 +0100 Subject: [PATCH] build: Remove duplicated line FLB_IN_EVENT_TEST (#8268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FLB_IN_EVENT_TEST is specified twice. I guess the latter prevails. Signed-off-by: Félix Barbeira Signed-off-by: ahspw --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 621f4970726..df6c3309fef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,7 +167,6 @@ option(FLB_IN_DOCKER "Enable Docker input plugin" option(FLB_IN_DOCKER_EVENTS "Enable Docker events input plugin" Yes) option(FLB_IN_EXEC "Enable Exec input plugin" Yes) option(FLB_IN_EXEC_WASI "Enable Exec WASI input plugin" Yes) -option(FLB_IN_EVENT_TEST "Enable Events test plugin" Yes) option(FLB_IN_EVENT_TYPE "Enable event type plugin" Yes) option(FLB_IN_FLUENTBIT_METRICS "Enable Fluent Bit metrics plugin" Yes) option(FLB_IN_FORWARD "Enable Forward input plugin" Yes)