From: Matt Benjamin Date: Tue, 25 Aug 2015 17:49:25 +0000 (-0400) Subject: cmake: install crushtool to destdir/bin X-Git-Tag: v9.1.0~227^2~1^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fab0a3b8084c46fafd5aa4af0da40a52d6f26b60;p=ceph.git cmake: install crushtool to destdir/bin Signed-off-by: Matt Benjamin --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 798684f718cc..7206e73bcd84 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -683,6 +683,7 @@ set(crushtool_srcs tools/crushtool.cc) add_executable(crushtool ${crushtool_srcs}) target_link_libraries(crushtool global) +install(TARGETS crushtool DESTINATION bin) # Support/Tools add_subdirectory(gmock)