Always try to build CDC modules

The CDC protocol, authentication and router modules should be build if the
required libraries are found.
This commit is contained in:
Markus Makela
2016-09-29 23:05:55 +03:00
parent 7e058a327f
commit 53f01106aa
2 changed files with 2 additions and 2 deletions

View File

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