From edbcad55ede0341601d3debf319d49249c456fdc Mon Sep 17 00:00:00 2001 From: John Coyle Date: Sat, 27 Feb 2016 14:20:22 -0500 Subject: [PATCH] cmake: fix hard coded tcmalloc lib Signed-off-by: John Coyle --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3