Skip to content

Commit

Permalink
fix(build): Fix '__FILENAME__ was not declared' bug (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Feb 7, 2022
1 parent 59dc6bd commit e07530e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/client_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e07530e

Please sign in to comment.