Skip to content

Commit

Permalink
cmake: do not install intermediate libs
Browse files Browse the repository at this point in the history
rbd_replay and rbd_replay_ios are convenience libraries, and they are
not supposed to be used by user.

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 2, 2016
1 parent d4d3ee1 commit f8f282e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rbd_replay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ if(${WITH_BABELTRACE})
)
install(TARGETS rbd-replay-prep DESTINATION bin)
endif(${WITH_BABELTRACE})

install(TARGETS rbd_replay rbd_replay_ios DESTINATION lib)

0 comments on commit f8f282e

Please sign in to comment.