Rename BUILD_AVRO to BUILD_CDC

Using the broader CDC name instead of AVRO for the CMake variable name
makes more sense as there are modules other than the avrorouter.
This commit is contained in:
Markus Mäkelä
2017-02-03 08:11:44 +02:00
parent d8e05436b1
commit a5a579ffce
7 changed files with 13 additions and 19 deletions

View File

@ -22,7 +22,7 @@ set(BUILD_RABBITMQ TRUE CACHE BOOL "Build RabbitMQ components")
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
# Build the Avro router
set(BUILD_AVRO TRUE CACHE BOOL "Build Avro router")
set(BUILD_CDC TRUE CACHE BOOL "Build Avro router")
# Build the multimaster monitor
set(BUILD_MMMON TRUE CACHE BOOL "Build multimaster monitor")