From 9fbb31d6be73f6bc995d7a2d97eb4903e05e598d Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 10 Sep 2020 12:45:50 -0400 Subject: [PATCH] cmake: add cls_fifo as a dependency of osd otherwise cls_fifo is not built by 'make vstart' Signed-off-by: Casey Bodley --- src/osd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/CMakeLists.txt b/src/osd/CMakeLists.txt index c76e96fe1f8..691c1d2280c 100644 --- a/src/osd/CMakeLists.txt +++ b/src/osd/CMakeLists.txt @@ -68,5 +68,5 @@ if(WITH_RBD) add_dependencies(osd cls_rbd) endif() if(WITH_RADOSGW) - add_dependencies(osd cls_otp cls_rgw cls_queue cls_rgw_gc cls_2pc_queue) + add_dependencies(osd cls_otp cls_rgw cls_queue cls_rgw_gc cls_2pc_queue cls_fifo) endif() -- 2.39.5