You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wa...@apache.org on 2022/10/23 14:59:33 UTC

[incubator-pegasus] 01/01: fix(build): fix undefined reference to dsn::task_code::write while building by gcc on ubuntu2004

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 <wa...@apache.org>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org