mirror of
https://github.com/ceph/ceph
synced 2025-04-04 23:42:13 +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
|
set(ceph_psim_srcs
|
||||||
tools/psim.cc)
|
tools/psim.cc)
|
||||||
add_executable(ceph-psim ${ceph_psim_srcs})
|
add_executable(ceph_psim ${ceph_psim_srcs})
|
||||||
target_link_libraries(ceph-psim global)
|
target_link_libraries(ceph_psim global)
|
||||||
install(TARGETS ceph-psim DESTINATION bin)
|
install(TARGETS ceph_psim DESTINATION bin)
|
||||||
|
|
||||||
set(ceph_authtool_srcs
|
set(ceph_authtool_srcs
|
||||||
tools/ceph_authtool.cc)
|
tools/ceph_authtool.cc)
|
||||||
|
Loading…
Reference in New Issue
Block a user