Skip to content

Commit

Permalink
build: windows: Remove a needless AppVeyor clause
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Apr 11, 2024
1 parent 4056181 commit 30d5799
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_OUT_LIB Yes)
set(FLB_OUT_NULL Yes)
set(FLB_OUT_FLOWCOUNTER Yes)
if (NOT "$ENV{APPVEYOR}" STREQUAL "")
message(STATUS "AppVeyor causes strange OpenSSL linkage for librdkafka. So, we'll disable kafka plugin.")
set(FLB_OUT_KAFKA No)
else()
set(FLB_OUT_KAFKA Yes)
endif()
set(FLB_OUT_KAFKA_REST No)
set(FLB_OUT_CLOUDWATCH_LOGS Yes)
set(FLB_OUT_S3 Yes)
Expand Down

0 comments on commit 30d5799

Please sign in to comment.