Skip to content

Commit

Permalink
src/CMakeList.txt: ceph-objectstore-tool needs fuse if it is compiled in
Browse files Browse the repository at this point in the history
Submitted-by: Willem jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Jul 16, 2016
1 parent 10311eb commit 0e71478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -614,7 +614,9 @@ add_executable(ceph-objectstore-tool
$<TARGET_OBJECTS:common_util_obj>)
target_link_libraries(ceph-objectstore-tool osd os global ${Boost_PROGRAM_OPTIONS_LIBRARY} ${CMAKE_DL_LIBS})
install(TARGETS ceph-objectstore-tool DESTINATION bin)

if(WITH_FUSE)
target_link_libraries(ceph-objectstore-tool fuse)
endif(WITH_FUSE)

set(rados_srcs
tools/rados/rados.cc
Expand Down

0 comments on commit 0e71478

Please sign in to comment.