Disable rdkafka in macos

This commit is contained in:
proller 2019-01-19 19:48:54 +03:00
parent 8a61cca53c
commit 3feb4efdf2

View File

@ -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 ()