This is an automated email from the ASF dual-hosted git repository. wangdan pushed a commit to branch fix-undefined-ref-to-task_code-write in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
commit 30164c5dbfdd9f58fc4811d876958babc30ffc64 Author: Dan Wang <[email protected]> AuthorDate: Sun Oct 23 22:57:25 2022 +0800 fix(build): fix undefined reference to dsn::task_code::write while building by gcc on ubuntu2004 --- src/geo/bench/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/geo/bench/CMakeLists.txt b/src/geo/bench/CMakeLists.txt index 1c4ea97a5..c270c886c 100644 --- a/src/geo/bench/CMakeLists.txt +++ b/src/geo/bench/CMakeLists.txt @@ -33,6 +33,7 @@ set(MY_PROJ_LIBS s2 pegasus_client_static RocksDB::rocksdb + dsn_runtime dsn_utils ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
