Skip to content

Commit

Permalink
build: Remove duplicated line FLB_IN_EVENT_TEST (fluent#8268)
Browse files Browse the repository at this point in the history
FLB_IN_EVENT_TEST is specified twice. I guess the latter prevails.

Signed-off-by: Félix Barbeira <[email protected]>
  • Loading branch information
fbarbeira authored and ahspw committed Jan 16, 2024
1 parent e64939f commit 8c8e6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8c8e6be

Please sign in to comment.