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:
Kefu Chai 2016-05-28 15:43:34 +08:00
parent b6da5c5135
commit 81cd483936

View File

@ -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)