diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bb22331d38e..76a2be02ec9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -767,8 +767,8 @@ if (WITH_CEPHFS) add_dependencies(vstart ceph-mds cephfs cython_cephfs) endif() if(WITH_RADOSGW) - add_dependencies(vstart radosgw radosgw-admin) -endif(WITH_RADOSGW) + add_dependencies(vstart radosgwd radosgw-admin) +endif() if(WITH_LTTNG) add_dependencies(vstart tracepoint_libraries) diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index b19c73da739..d3b0cf732a1 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -523,8 +523,8 @@ if(WITH_RBD) endif(FREEBSD) endif(WITH_RBD) if(WITH_RADOSGW) - add_dependencies(tests radosgw radosgw-admin) -endif(WITH_RADOSGW) + add_dependencies(tests radosgwd radosgw-admin) +endif() #add dependency from fio just to ensure the plugin build isn't failing if(WITH_FIO OR WITH_SYSTEM_FIO) add_dependencies(tests fio_ceph_objectstore)