From: Kefu Chai Date: Sat, 2 Jul 2016 09:47:21 +0000 (+0800) Subject: cmake: do not install intermediate libs X-Git-Tag: ses5-milestone5~503^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8f282e67eb5b4477df231b6889a9928f39f4164;p=ceph.git cmake: do not install intermediate libs rbd_replay and rbd_replay_ios are convenience libraries, and they are not supposed to be used by user. Signed-off-by: Kefu Chai --- diff --git a/src/rbd_replay/CMakeLists.txt b/src/rbd_replay/CMakeLists.txt index 6d3d0a47645e..43480ef20f7a 100644 --- a/src/rbd_replay/CMakeLists.txt +++ b/src/rbd_replay/CMakeLists.txt @@ -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) -