diff --git a/internal/core/src/monitor/CMakeLists.txt b/internal/core/src/monitor/CMakeLists.txt index 64146319b1..435dad13d9 100644 --- a/internal/core/src/monitor/CMakeLists.txt +++ b/internal/core/src/monitor/CMakeLists.txt @@ -18,4 +18,6 @@ set(MONITOR_SRC add_library(milvus_monitor SHARED ${MONITOR_SRC}) +target_link_libraries(milvus_monitor PUBLIC ${CONAN_LIBS}) + install(TARGETS milvus_monitor DESTINATION "${CMAKE_INSTALL_LIBDIR}") \ No newline at end of file