Added BUILD_MMMON to CMake cache.
This commit is contained in:
parent
1b21cd8609
commit
069297f47e
@ -62,6 +62,9 @@ macro(set_variables)
|
||||
# Build the 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
|
||||
set(GCOV FALSE CACHE BOOL "Use gcov build flags")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user