]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/cephfs/CMakeLists.txt
import ceph quincy 17.2.4
[ceph.git] / ceph / src / tools / cephfs / CMakeLists.txt
index 7449e3704b002f95504b0818120a59444d35723c..5d40f8ffb17cb1bf4c5d2a9f2f52f316ed86331d 100644 (file)
@@ -49,12 +49,7 @@ install(TARGETS
 
 option(WITH_CEPHFS_SHELL "install cephfs-shell" OFF)
 if(WITH_CEPHFS_SHELL)
-  include(Distutils)
-  distutils_install_module(cephfs-shell)
-  if(WITH_TESTS)
-    include(AddCephTest)
-    add_tox_test(cephfs-shell)
-  endif()
+  add_subdirectory(shell)
 endif()
 
 option(WITH_CEPHFS_TOP "install cephfs-top utility" ON)