Skip to content

Commit

Permalink
cmake: windows: Enable in_kafka plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jul 24, 2024
1 parent f4bdb92 commit 0fe8e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_IN_HEALTH No)
set(FLB_IN_HTTP Yes)
set(FLB_IN_MEM No)
set(FLB_IN_KAFKA No)
set(FLB_IN_KAFKA Yes)
set(FLB_IN_KMSG No)
set(FLB_IN_LIB Yes)
set(FLB_IN_RANDOM Yes)
Expand Down

0 comments on commit 0fe8e21

Please sign in to comment.