You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2022/02/07 09:28:03 UTC

[incubator-pegasus] branch master updated: fix(build): Fix '__FILENAME__ was not declared' bug (#901)

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

laiyingchun 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 e07530e  fix(build): Fix '__FILENAME__ was not declared' bug (#901)
e07530e is described below

commit e07530e719a4e9aeb29cf850f812d5981b16b942
Author: Yingchun Lai <ac...@gmail.com>
AuthorDate: Mon Feb 7 17:27:55 2022 +0800

    fix(build): Fix '__FILENAME__ was not declared' bug (#901)
---
 rdsn                          | 2 +-
 src/client_lib/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/rdsn b/rdsn
index daa7585..2dd67e0 160000
--- a/rdsn
+++ b/rdsn
@@ -1 +1 @@
-Subproject commit daa7585185529377ca49dc7ed47f31361a830f12
+Subproject commit 2dd67e0885e36f964633c17afc7d91086517dfaf
diff --git a/src/client_lib/CMakeLists.txt b/src/client_lib/CMakeLists.txt
index cbc6e48..b089dfd 100644
--- a/src/client_lib/CMakeLists.txt
+++ b/src/client_lib/CMakeLists.txt
@@ -22,6 +22,7 @@ file("GLOB"
 add_definitions(-fPIC)
 
 add_library(pegasus_client_impl_objects OBJECT ${source_files})
+define_file_basename_for_sources(pegasus_client_impl_objects)
 target_include_directories(pegasus_client_impl_objects PUBLIC $<TARGET_PROPERTY:RocksDB::rocksdb,INTERFACE_INCLUDE_DIRECTORIES>)
 
 # both shared & static version of pegasus client depends on boost_system,boost_filesystem,aio,dl

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org