mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix CMakeLists.txt of tutorial
This commit is contained in:
@@ -76,7 +76,7 @@ endif()
|
||||
|
||||
if (KAFKA STREQUAL "y")
|
||||
add_executable("kafka_cli" "tutorial-13-kafka_cli.cc")
|
||||
target_link_libraries("kafka_cli" wfkafka workflow z snappy lz4 zstd rt)
|
||||
target_link_libraries("kafka_cli" wfkafka ${WORKFLOW_LIB} z snappy lz4 zstd)
|
||||
endif ()
|
||||
|
||||
set(DIR10 tutorial-10-user_defined_protocol)
|
||||
|
||||
Reference in New Issue
Block a user