mirror of
https://github.com/ceph/ceph
synced 2025-03-20 17:27:01 +00:00
cmake: rename ceph-psim to ceph_psim
to match with automake and packager Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
b6da5c5135
commit
81cd483936
@ -1009,9 +1009,9 @@ install(TARGETS osdmaptool DESTINATION bin)
|
||||
|
||||
set(ceph_psim_srcs
|
||||
tools/psim.cc)
|
||||
add_executable(ceph-psim ${ceph_psim_srcs})
|
||||
target_link_libraries(ceph-psim global)
|
||||
install(TARGETS ceph-psim DESTINATION bin)
|
||||
add_executable(ceph_psim ${ceph_psim_srcs})
|
||||
target_link_libraries(ceph_psim global)
|
||||
install(TARGETS ceph_psim DESTINATION bin)
|
||||
|
||||
set(ceph_authtool_srcs
|
||||
tools/ceph_authtool.cc)
|
||||
|
Loading…
Reference in New Issue
Block a user