From 872dddbd204e3500949938dfc17619769487cb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Barbeira?= Date: Mon, 11 Dec 2023 12:21:34 +0100 Subject: [PATCH] build: Remove duplicated line FLB_IN_EVENT_TEST FLB_IN_EVENT_TEST is specified twice. I guess the latter prevails. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38f963a60e8..4f62bf29cb0 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)