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

@ -1,4 +1,4 @@
if(BUILD_AVRO)
if(BUILD_CDC)
add_subdirectory(CDC)
add_subdirectory(examples)
endif()