]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove top-level entries for ceph-disk, ceph-detect-init
authorAlfredo Deza <adeza@redhat.com>
Wed, 30 May 2018 16:18:45 +0000 (12:18 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 Jun 2018 19:16:23 +0000 (15:16 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/CMakeLists.txt

index b372759b7752562a9aa55d7ff76ce93b9a0ffe55..c54df0f9f755196bce1c6b1b9de5cd5515d9e03f 100644 (file)
@@ -794,16 +794,8 @@ target_link_libraries(librados-config librados global ${BLKID_LIBRARIES} ${RDMA_
 
 install(TARGETS librados-config DESTINATION bin)
 
-# virtualenv base directory for ceph-disk and ceph-detect-init
-set(CEPH_BUILD_VIRTUALENV $ENV{TMPDIR})
-if(NOT CEPH_BUILD_VIRTUALENV)
-  set(CEPH_BUILD_VIRTUALENV /tmp)
-endif()
-
 add_subdirectory(pybind)
-add_subdirectory(ceph-disk)
 add_subdirectory(ceph-volume)
-add_subdirectory(ceph-detect-init)
 
 ## dencoder
 if(HAS_VTA)
@@ -988,7 +980,6 @@ install(PROGRAMS
 
 install(PROGRAMS
   ${CMAKE_SOURCE_DIR}/src/ceph-create-keys
-#  ${CMAKE_SOURCE_DIR}/src/ceph-disk
   DESTINATION sbin)
 
 add_subdirectory(bash_completion)