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:
parent
8fd515ec8b
commit
59031adba6
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user