From f8f282e67eb5b4477df231b6889a9928f39f4164 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 2 Jul 2016 17:47:21 +0800 Subject: [PATCH] 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 --- src/rbd_replay/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rbd_replay/CMakeLists.txt b/src/rbd_replay/CMakeLists.txt index 6d3d0a47645e1..43480ef20f7a1 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) - -- 2.39.5