mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
Merge pull request #46049 from soumyakoduri/wip-skoduri-dbstore-build
rgw/dbstore: Fix build errors on centos9
This commit is contained in:
commit
3ddd517362
@ -23,6 +23,7 @@ set(link_targets spawn)
|
||||
if(WITH_JAEGER)
|
||||
list(APPEND link_targets jaeger_base)
|
||||
endif()
|
||||
list(APPEND link_targets rgw_common)
|
||||
target_link_libraries(dbstore_lib PUBLIC ${link_targets})
|
||||
|
||||
set (CMAKE_LINK_LIBRARIES ${CMAKE_LINK_LIBRARIES} dbstore_lib)
|
||||
|
Loading…
Reference in New Issue
Block a user