Skip to content

Commit

Permalink
build: Only enable kafka by default if system is not windows
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Padilha <thiago@calyptia.com>
  • Loading branch information
tchrono authored and edsiper committed Jun 1, 2023
1 parent a36cde1 commit 3fdd42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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_KMSG No)
set(FLB_IN_LIB Yes)
set(FLB_IN_RANDOM Yes)
Expand Down

0 comments on commit 3fdd42c

Please sign in to comment.