mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Disable rdkafka in macos
This commit is contained in:
parent
8a61cca53c
commit
3feb4efdf2
@ -1,4 +1,4 @@
|
||||
if (NOT ARCH_ARM AND NOT ARCH_32)
|
||||
if (NOT ARCH_ARM AND NOT ARCH_32 AND NOT APPLE)
|
||||
option (ENABLE_RDKAFKA "Enable kafka" ON)
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user