]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: fix hard coded tcmalloc lib 9836/head
authorJohn Coyle <dx9err@gmail.com>
Sat, 27 Feb 2016 19:20:22 +0000 (14:20 -0500)
committerJohn Coyle <dx9err@gmail.com>
Tue, 21 Jun 2016 01:49:39 +0000 (21:49 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
src/CMakeLists.txt

index 1aa9ddad90658ca3c6bf9c4c579539dacfa42f10..94d9d4d9e2631cc0054790255cf91ba7c029ccd9 100644 (file)
@@ -608,7 +608,7 @@ add_executable(ceph-objectstore-tool
   tools/ceph_objectstore_tool.cc
   tools/RadosDump.cc
   $<TARGET_OBJECTS:common_util_obj>)
-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)