Added BUILD_MMMON to CMake cache.
This commit is contained in:
@ -62,6 +62,9 @@ macro(set_variables)
|
|||||||
# Build the binlog router
|
# Build the binlog router
|
||||||
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
||||||
|
|
||||||
|
# Build the multimaster monitor
|
||||||
|
set(BUILD_MMMON FALSE 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