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:
@ -1,4 +1,4 @@
|
||||
if(BUILD_AVRO)
|
||||
if(BUILD_CDC)
|
||||
add_subdirectory(CDC)
|
||||
add_subdirectory(examples)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user