Skip to content

Commit 068e292

Browse files
authored
Merge pull request ceph#62669 from adamemerson/wip-allocsim-replayer-assert
test/objectstore/allocsim: Fix link error Reviewed-by: Matan Breizman <[email protected]>
2 parents 9733b2f + 38ff626 commit 068e292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/objectstore/allocsim/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ add_executable(replayer ops_replayer.cc)
55
target_link_libraries(replayer
66
PRIVATE
77
fmt
8+
ceph-common
89
librados
910
Boost::program_options
1011
)

0 commit comments

Comments
 (0)