]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not install intermediate libs
authorKefu Chai <kchai@redhat.com>
Sat, 2 Jul 2016 09:47:21 +0000 (17:47 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 2 Jul 2016 11:17:05 +0000 (19:17 +0800)
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>
src/rbd_replay/CMakeLists.txt

index 6d3d0a47645e1c5df868dd3a04df029bf9d4042e..43480ef20f7a1deddf61d6eee97556e33fb854df 100644 (file)
@@ -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)
-