Disabled RabbitMQ components.

This commit is contained in:
Markus Makela 2015-02-20 11:01:49 +02:00
parent 3f05050ed7
commit 326f0e2e1f

View File

@ -52,7 +52,7 @@ macro(set_variables)
set(STATIC_EMBEDDED TRUE CACHE BOOL "Use static version of libmysqld")
# Build RabbitMQ components
set(BUILD_RABBITMQ TRUE CACHE BOOL "Build RabbitMQ components")
set(BUILD_RABBITMQ FALSE CACHE BOOL "Build RabbitMQ components")
# Build the binlog router
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")