From: John Coyle Date: Sat, 27 Feb 2016 19:20:22 +0000 (-0500) Subject: cmake: fix hard coded tcmalloc lib X-Git-Tag: v11.0.0~102^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9836%2Fhead;p=ceph.git cmake: fix hard coded tcmalloc lib Signed-off-by: John Coyle --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1aa9ddad9065..94d9d4d9e263 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -608,7 +608,7 @@ add_executable(ceph-objectstore-tool tools/ceph_objectstore_tool.cc tools/RadosDump.cc $) -target_link_libraries(ceph-objectstore-tool tcmalloc osd os global ${Boost_PROGRAM_OPTIONS_LIBRARY} fuse dl) +target_link_libraries(ceph-objectstore-tool osd os global ${Boost_PROGRAM_OPTIONS_LIBRARY} fuse dl) install(TARGETS ceph-objectstore-tool DESTINATION bin)