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:
@ -63,7 +63,7 @@ macro(set_variables)
|
|||||||
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
||||||
|
|
||||||
# Build the multimaster monitor
|
# 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
|
# Use gcov build flags
|
||||||
set(GCOV FALSE CACHE BOOL "Use gcov build flags")
|
set(GCOV FALSE CACHE BOOL "Use gcov build flags")
|
||||||
|
Reference in New Issue
Block a user