From 326f0e2e1f28588f9b1030235e32b5deac853d04 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 20 Feb 2015 11:01:49 +0200 Subject: [PATCH] Disabled RabbitMQ components. --- macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.cmake b/macros.cmake index 9676cd5f8..97e5be664 100644 --- a/macros.cmake +++ b/macros.cmake @@ -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")