Merge branch '2.0' into develop
This commit is contained in:
@ -5,11 +5,6 @@ if(AVRO_FOUND)
|
||||
set_target_properties(avrorouter PROPERTIES LINK_FLAGS -Wl,-z,defs)
|
||||
target_link_libraries(avrorouter maxscale-common jansson ${AVRO_LIBRARIES} maxavro sqlite3 lzma)
|
||||
install_module(avrorouter core)
|
||||
install_script(cdc core)
|
||||
install_script(cdc_users core)
|
||||
install_script(cdc_last_transaction core)
|
||||
install_script(cdc_kafka_producer core)
|
||||
install_file(cdc_schema.go core)
|
||||
else()
|
||||
message(STATUS "Avro C libraries were not found, avrorouter will not be built.")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user