mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
cmake: s/ceph_test_xattr_bench/ceph_xattr_bench/
to match with automake and packager Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
81cd483936
commit
6df0bc8691
@ -356,13 +356,13 @@ set_target_properties(ceph_perf_local PROPERTIES COMPILE_FLAGS
|
||||
${PERF_LOCAL_FLAGS})
|
||||
target_link_libraries(ceph_perf_local os global ${UNITTEST_LIBS})
|
||||
|
||||
# ceph_test_xattr_bench
|
||||
add_executable(ceph_test_xattr_bench
|
||||
# ceph_xattr_bench
|
||||
add_executable(ceph_xattr_bench
|
||||
xattr_bench.cc
|
||||
)
|
||||
set_target_properties(ceph_test_xattr_bench PROPERTIES COMPILE_FLAGS
|
||||
set_target_properties(ceph_xattr_bench PROPERTIES COMPILE_FLAGS
|
||||
${UNITTEST_CXX_FLAGS})
|
||||
target_link_libraries(ceph_test_xattr_bench
|
||||
target_link_libraries(ceph_xattr_bench
|
||||
os
|
||||
common
|
||||
${UNITTEST_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user