From 81cd48393683b98b45d0c88e100b8eccb1c1877c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 28 May 2016 15:43:34 +0800 Subject: [PATCH] cmake: rename ceph-psim to ceph_psim to match with automake and packager Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c1a94f97dde..69e6f075dd1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)