From 4b2f67290cb087a06a45ac4c662d85fd1ccb7ed6 Mon Sep 17 00:00:00 2001 From: dl239 Date: Wed, 29 Nov 2023 11:32:43 +0800 Subject: [PATCH] fix: fix compile error --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b2edc2d417f..a72713d3328 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -53,7 +53,7 @@ endfunction(compile_lib) set(TEST_LIBS openmldb_test_base apiserver nameserver tablet query_response_time openmldb_sdk - openmldb_catalog schema client zk_client storage replica base openmldb_codec openmldb_proto log + openmldb_catalog client zk_client storage schema replica base openmldb_codec openmldb_proto log common zookeeper_mt tcmalloc_minimal ${RocksDB_LIB} ${VM_LIBS} ${LLVM_LIBS} ${ZETASQL_LIBS} ${BRPC_LIBS}) if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9.1") # GNU implementation prior to 9.1 requires linking with -lstdc++fs