]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: rename ceph-psim to ceph_psim
authorKefu Chai <kchai@redhat.com>
Sat, 28 May 2016 07:43:34 +0000 (15:43 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Jun 2016 15:49:45 +0000 (23:49 +0800)
to match with automake and packager

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index c1a94f97dde9934e5d59987199cb5054395a737d..69e6f075dd1f6ad1f2ca69bf11d5d7562fa83275 100644 (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)