Enabled the binlogrouter in the defaul build.

This commit is contained in:
Markus Makela
2015-02-17 12:17:14 +02:00
parent 986cc784ce
commit e8f03c7e8d

View File

@ -51,6 +51,9 @@ macro(set_variables)
# 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")
# Use gcov build flags
set(GCOV FALSE CACHE BOOL "Use gcov build flags")