Added BUILD_MMMON to CMake cache.

This commit is contained in:
Markus Makela 2015-11-17 14:16:32 +02:00
parent 1b21cd8609
commit 069297f47e

View File

@ -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")