From 4b983a9f708c9cd1d761e3404784372b65d7941d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 19 May 2016 16:12:06 +0800 Subject: [PATCH] cmake: add cython_rados to vstart target "ceph" cli imports rados python module Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7833502fa5ead..a71f55b22e0bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1307,7 +1307,8 @@ add_custom_target(vstart DEPENDS ceph-authtool ceph-conf monmaptool - crushtool) + crushtool + cython_rados) # Everything you need to run CephFS tests add_custom_target(cephfs_testing DEPENDS -- 2.39.5