summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@users.noreply.github.com>2024-05-21 22:24:22 +0200
committerGitHub <noreply@github.com>2024-05-21 22:24:22 +0200
commitb7328fed0e2e9ab66b09f8134f3cebfc71214504 (patch)
tree2828abd054533b4dc2776f01bee3ef817d4564d3 /src/CMakeLists.txt
parentMerge pull request #57152 from sajibreadd/wip-61887 (diff)
parentspawn: remove spawn submodule (diff)
downloadceph-b7328fed0e2e9ab66b09f8134f3cebfc71214504.tar.xz
ceph-b7328fed0e2e9ab66b09f8134f3cebfc71214504.zip
Merge pull request #55592 from cbodley/wip-boost-asio-spawn
rgw: switch back to boost::asio for spawn() and yield_context Reviewed-by: Adam Emerson <aemerson@redhat.com> Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4f8ea959357..cf1d7d20d58 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -896,10 +896,6 @@ if(WITH_RBD)
add_subdirectory(rbd_replay)
endif(WITH_RBD)
-set(SPAWN_BUILD_TESTS OFF CACHE INTERNAL "disable building of spawn unit tests")
-set(SPAWN_INSTALL OFF CACHE INTERNAL "disable installation of spawn headers")
-add_subdirectory(spawn)
-
# RadosGW
if(WITH_KVS)
add_subdirectory(key_value_store)