From: Matt Benjamin Date: Fri, 5 Feb 2016 20:54:19 +0000 (-0500) Subject: cmake: don't try to install src/ceph-disk directory X-Git-Tag: v10.0.4~39^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2669e0c280c68e2b310e5f8a92ee200f6dc0a783;p=ceph.git cmake: don't try to install src/ceph-disk directory The proper cmake boilerplate to call ceph-disk/ceph-disk's python installer is not present, FYI. Signed-off-by: Matt Benjamin --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 619519c2c599..b272efb24c81 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -920,7 +920,7 @@ install(PROGRAMS install(PROGRAMS ${CMAKE_SOURCE_DIR}/src/ceph-create-keys - ${CMAKE_SOURCE_DIR}/src/ceph-disk +# ${CMAKE_SOURCE_DIR}/src/ceph-disk ${CMAKE_SOURCE_DIR}/src/ceph-disk-udev DESTINATION sbin)