We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a25b2 commit e32b091Copy full SHA for e32b091
cmake/kafka.cmake
@@ -32,7 +32,7 @@ endif()
32
# - Windows: Built-in SASL, only needs SSL (no Cyrus SASL required)
33
# - Linux/macOS: Needs both SSL and Cyrus SASL
34
if(WIN32)
35
- if(WITH_SSL)
+ if(FLB_TLS)
36
set(FLB_SASL_OAUTHBEARER_ENABLED ON)
37
else()
38
set(FLB_SASL_OAUTHBEARER_ENABLED OFF)
0 commit comments