MM monitor is built by default

Previously the mmmon module was not built unless -DBUILD_MMMON=Y was added to
the cmake command. The module is now a part of the default build.
This commit is contained in:
Markus Makela 2016-01-28 13:17:07 +02:00
parent 8fd515ec8b
commit 59031adba6

View File

@ -63,7 +63,7 @@ macro(set_variables)
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
# Build the multimaster monitor
set(BUILD_MMMON FALSE CACHE BOOL "Build multimaster monitor")
set(BUILD_MMMON TRUE CACHE BOOL "Build multimaster monitor")
# Use gcov build flags
set(GCOV FALSE CACHE BOOL "Use gcov build flags")