“851f34ff36d0c390f58bda312b090bfb231608ae”上不存在“tests/system-test/7-tmq/tmqMultiConsumer.py”
未验证 提交 53825528 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #10622 from taosdata/feature/config

minor changes
...@@ -3,7 +3,6 @@ add_library(monitor STATIC ${MONITOR_SRC}) ...@@ -3,7 +3,6 @@ add_library(monitor STATIC ${MONITOR_SRC})
target_include_directories( target_include_directories(
monitor monitor
PUBLIC "${CMAKE_SOURCE_DIR}/include/libs/monitor" PUBLIC "${CMAKE_SOURCE_DIR}/include/libs/monitor"
PUBLIC "${CMAKE_SOURCE_DIR}/include/libs/transport"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc" PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
) )
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "monitor.h" #include "monitor.h"
#include "tarray.h" #include "tarray.h"
#include "tlockfree.h"
#include "tjson.h" #include "tjson.h"
typedef struct { typedef struct {
......
...@@ -12,6 +12,7 @@ target_link_libraries( ...@@ -12,6 +12,7 @@ target_link_libraries(
PUBLIC os PUBLIC os
PUBLIC util PUBLIC util
PUBLIC common PUBLIC common
PUBLIC zlib
) )
if (${BUILD_WITH_UV_TRANS}) if (${BUILD_WITH_UV_TRANS})
if (${BUILD_WITH_UV}) if (${BUILD_WITH_UV})
......
...@@ -10,7 +10,7 @@ target_link_libraries( ...@@ -10,7 +10,7 @@ target_link_libraries(
util util
PRIVATE os PRIVATE os
PUBLIC lz4_static PUBLIC lz4_static
PUBLIC api cjson zlib PUBLIC api cjson
) )
if(${BUILD_TEST}) if(${BUILD_TEST})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册