summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2021-05-11 16:01:20 +0200
committerCasey Bodley <cbodley@redhat.com>2021-05-17 21:00:33 +0200
commitbf33951219e42271469f64e8cffa68d9628ef826 (patch)
treecd1d71c098a59220af595410254d22948c47e561 /CMakeLists.txt
parentrgw: remove the fcgi frontend (diff)
downloadceph-bf33951219e42271469f64e8cffa68d9628ef826.tar.xz
ceph-bf33951219e42271469f64e8cffa68d9628ef826.zip
rgw: building the beast frontend is no longer optional
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fcd55b6d84..65ef01f9ac4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -409,7 +409,6 @@ endif()
#option for RGW
option(WITH_RADOSGW "Rados Gateway is enabled" ON)
-option(WITH_RADOSGW_BEAST_FRONTEND "Rados Gateway's Beast frontend is enabled" ON)
option(WITH_RADOSGW_BEAST_OPENSSL "Rados Gateway's Beast frontend uses OpenSSL" ON)
option(WITH_RADOSGW_AMQP_ENDPOINT "Rados Gateway's pubsub support for AMQP push endpoint" ON)
option(WITH_RADOSGW_KAFKA_ENDPOINT "Rados Gateway's pubsub support for Kafka push endpoint" ON)