Skip to content

Commit

Permalink
Merge pull request #7314 from tchaikov/wip-fix-cmake
Browse files Browse the repository at this point in the history
cmake: let ceph-client-debug link with tcmalloc
  • Loading branch information
cbodley committed Jan 25, 2016
2 parents d5287e2 + 674fe18 commit a76ea6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -804,7 +804,7 @@ add_library(compressor STATIC ${compressor_srcs})
target_link_libraries(compressor common snappy)

add_executable(ceph-client-debug tools/ceph-client-debug.cc)
target_link_libraries(ceph-client-debug cephfs librados global common)
target_link_libraries(ceph-client-debug cephfs librados global common ${ALLOC_LIBS})
install(TARGETS ceph-client-debug DESTINATION bin/debug)

add_executable(ceph-kvstore-tool tools/ceph_kvstore_tool.cc)
Expand Down

0 comments on commit a76ea6f

Please sign in to comment.