diff options
author | Kefu Chai <kchai@redhat.com> | 2016-07-02 11:47:21 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-07-02 13:17:05 +0200 |
commit | f8f282e67eb5b4477df231b6889a9928f39f4164 (patch) | |
tree | 619c24199741d792ee33e96066972550aa255ab8 /src | |
parent | cmake install ceph-monstore-update-crush.sh into ${CMAKE_INSTALL_LIBDIR}/ceph (diff) | |
download | ceph-f8f282e67eb5b4477df231b6889a9928f39f4164.tar.xz ceph-f8f282e67eb5b4477df231b6889a9928f39f4164.zip |
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 <kchai@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/rbd_replay/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rbd_replay/CMakeLists.txt b/src/rbd_replay/CMakeLists.txt index 6d3d0a47645..43480ef20f7 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) - |