objectstore is not used by these tests.
Signed-off-by: Kefu Chai <kchai@redhat.com>
simple_dispatcher.cc
)
target_link_libraries(simple_server
- os global ceph-common
+ global ceph-common
${EXTRALIBS}
${CMAKE_DL_LIBS}
)
simple_dispatcher.cc
)
target_link_libraries(simple_client
- os global ceph-common
+ global ceph-common
${EXTRALIBS}
${CMAKE_DL_LIBS}
)
xio_dispatcher.cc
)
target_link_libraries(xio_server
- os global ceph-common
+ global ceph-common
${XIO_LIBRARY} pthread rt
${EXTRALIBS}
${CMAKE_DL_LIBS}
xio_dispatcher.cc
)
target_link_libraries(xio_client
- os global ceph-common
+ global ceph-common
${XIO_LIBRARY} pthread rt
${EXTRALIBS}
${CMAKE_DL_LIBS}