This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a5ed3f  revert: do not link dsn_aio to client and test libraries 
(#703)
4a5ed3f is described below

commit 4a5ed3f2a779ab4ae43ed02e352623b4ad6710df
Author: Zhang Yifan <[email protected]>
AuthorDate: Wed Mar 24 17:03:59 2021 +0800

    revert: do not link dsn_aio to client and test libraries (#703)
---
 rdsn                          | 2 +-
 src/base/test/CMakeLists.txt  | 1 -
 src/client_lib/CMakeLists.txt | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/rdsn b/rdsn
index 290a811..c8d9d80 160000
--- a/rdsn
+++ b/rdsn
@@ -1 +1 @@
-Subproject commit 290a8116d047d2cb2ee3d74026d796d0e4d228df
+Subproject commit c8d9d80c2850d86e67bddbcaf5838492bec83a4b
diff --git a/src/base/test/CMakeLists.txt b/src/base/test/CMakeLists.txt
index b3e4e1a..651e0c0 100644
--- a/src/base/test/CMakeLists.txt
+++ b/src/base/test/CMakeLists.txt
@@ -29,7 +29,6 @@ set(MY_SRC_SEARCH_MODE "GLOB")
 
 set(MY_PROJ_LIBS
         dsn_runtime
-        dsn_aio
         dsn_utils
         pegasus_base
         gtest)
diff --git a/src/client_lib/CMakeLists.txt b/src/client_lib/CMakeLists.txt
index 5b1f96f..f2a9986 100644
--- a/src/client_lib/CMakeLists.txt
+++ b/src/client_lib/CMakeLists.txt
@@ -46,7 +46,6 @@ add_dependencies(pegasus_client_static combine_lib)
 set_target_properties(pegasus_client_static
     PROPERTIES
     IMPORTED_LOCATION ${pegasus_client_static_lib})
-target_link_libraries(pegasus_client_static INTERFACE dsn_aio)
 install(FILES ${pegasus_client_static_lib} DESTINATION "lib")
 
 # link the shared lib of pegasus client

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to