From 5d0f6e5fc2da018b7845f62296c479c65f75774c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 30 May 2018 12:18:45 -0400 Subject: [PATCH] cmake: remove top-level entries for ceph-disk, ceph-detect-init Signed-off-by: Alfredo Deza --- src/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b372759b775..c54df0f9f75 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) -- 2.39.5