Skip to content

Commit

Permalink
Add dependency between ceph_smalliobenchrbd and cls_rbd, cls_journal,
Browse files Browse the repository at this point in the history
and cls_lock.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
  • Loading branch information
ivancich committed Sep 6, 2016
1 parent 4b000c9 commit 016a81d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/bench/CMakeLists.txt
Expand Up @@ -33,6 +33,10 @@ if(WITH_RBD)
${CMAKE_DL_LIBS}
keyutils
)
add_dependencies(ceph_smalliobenchrbd
cls_rbd
cls_journal
cls_lock)
install(TARGETS
ceph_smalliobenchrbd
DESTINATION bin)
Expand Down

0 comments on commit 016a81d

Please sign in to comment.