diff options
author | Casey Bodley <cbodley@redhat.com> | 2021-05-11 16:01:20 +0200 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2021-05-17 21:00:33 +0200 |
commit | bf33951219e42271469f64e8cffa68d9628ef826 (patch) | |
tree | cd1d71c098a59220af595410254d22948c47e561 /CMakeLists.txt | |
parent | rgw: remove the fcgi frontend (diff) | |
download | ceph-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.txt | 1 |
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) |