This got merged inspite of being marked as DNM. @yuriw plans for another round
of quincy build, so if possible let's inculde this in the branch.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
reclaim.cc
)
target_link_libraries(ceph_test_libcephfs_reclaim
- ceph-common
cephfs
${UNITTEST_LIBS}
${EXTRALIBS}
${CMAKE_DL_LIBS}
)
+ install(TARGETS ceph_test_libcephfs_reclaim
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
add_executable(ceph_test_libcephfs_lazyio
lazyio.cc
)
-target_link_libraries(ceph_test_libcephfs_lazyio
- ceph-common
+ target_link_libraries(ceph_test_libcephfs_lazyio
cephfs
librados
${UNITTEST_LIBS}