]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: don't try to install src/ceph-disk directory
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 5 Feb 2016 20:54:19 +0000 (15:54 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 5 Feb 2016 21:46:16 +0000 (16:46 -0500)
The proper cmake boilerplate to call ceph-disk/ceph-disk's
python installer is not present, FYI.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/CMakeLists.txt

index 619519c2c599a3450bca828eba4b04f59fecfc59..b272efb24c8118737beca26f013585687b234484 100644 (file)
@@ -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)