Skip to content

Commit

Permalink
fix: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Nov 29, 2023
1 parent ec445bf commit 4b2f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b2f672

Please sign in to comment.