X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fceph-detect-init%2FCMakeLists.txt;fp=src%2Fceph%2Fsrc%2Fceph-detect-init%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=066be4150cda5ed43a5a9914dccc4466520f2636;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/ceph-detect-init/CMakeLists.txt b/src/ceph/src/ceph-detect-init/CMakeLists.txt deleted file mode 100644 index 066be41..0000000 --- a/src/ceph/src/ceph-detect-init/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -set(CEPH_DETECT_INIT_VIRTUALENV ${CEPH_BUILD_VIRTUALENV}/ceph-detect-init-virtualenv) - -add_custom_target(ceph-detect-init - COMMAND - ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh ${CEPH_DETECT_INIT_VIRTUALENV} && - ${CEPH_DETECT_INIT_VIRTUALENV}/bin/pip install --no-index --use-wheel --find-links=file:${CMAKE_SOURCE_DIR}/src/ceph-detect-init/wheelhouse -e . - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/ceph-detect-init - COMMENT "ceph-detect-init is being created") -add_dependencies(tests ceph-detect-init) - -include(Distutils) -distutils_install_module(ceph_detect_init)