]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: add ceph-{disk,detect-init} to ALL
authorKefu Chai <kchai@redhat.com>
Mon, 4 Jul 2016 08:59:56 +0000 (16:59 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 4 Jul 2016 09:02:00 +0000 (17:02 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/ceph-detect-init/CMakeLists.txt
src/ceph-disk/CMakeLists.txt

index d7e0f5b7b83086d11ebbf909c28b830c66e55826..fbcf90dac2418c509442aff620b56843abacc8ab 100644 (file)
@@ -1,6 +1,6 @@
 set(CEPH_DETECT_INIT_VIRTUALENV ${CEPH_BUILD_VIRTUALENV}/ceph-detect-init-virtualenv)
 
-add_custom_target(ceph-detect-init
+add_custom_target(ceph-detect-init ALL
   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 .
index c57ef446cf1f12d6b3ed45611324cc55f975b03b..de767e4b8bb2c795000573939c7a160e625001d4 100644 (file)
@@ -1,6 +1,6 @@
 set(CEPH_DISK_VIRTUALENV ${CEPH_BUILD_VIRTUALENV}/ceph-disk-virtualenv)
 
-add_custom_target(ceph-disk
+add_custom_target(ceph-disk ALL
   COMMAND
   ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh ${CEPH_DISK_VIRTUALENV} &&
   ${CEPH_DISK_VIRTUALENV}/bin/pip install --no-index --use-wheel --find-links=file:${CMAKE_SOURCE_DIR}/src/ceph-disk/wheelhouse -e .