From d85f42dd697365ad6c6be80af2e31a6415f55d5e Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 18 Dec 2017 22:23:53 -0500 Subject: [PATCH] cmake: remove Beast submodule and include path the beast library is included in boost 1.66 Signed-off-by: Casey Bodley --- .gitmodules | 3 --- src/Beast | 1 - src/rgw/CMakeLists.txt | 1 - 3 files changed, 5 deletions(-) delete mode 160000 src/Beast diff --git a/.gitmodules b/.gitmodules index f2cafd8924672..5f77912f0d170 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,9 +37,6 @@ url = https://github.com/ceph/lua.git branch = lua-5.3-ceph ignore = dirty -[submodule "src/Beast"] - path = src/Beast - url = https://github.com/ceph/Beast.git [submodule "src/dpdk"] path = src/dpdk url = https://github.com/ceph/dpdk diff --git a/src/Beast b/src/Beast deleted file mode 160000 index 3fbbf22ed7fa4..0000000000000 --- a/src/Beast +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3fbbf22ed7fa47da2a1e0b6c96565c75d73a310c diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index 05071c04f162a..f01dff917ed24 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -143,7 +143,6 @@ add_library(rgw_a STATIC ${rgw_a_srcs}) add_dependencies(rgw_a civetweb_h) target_include_directories(rgw_a SYSTEM PUBLIC - "../Beast/include" ${FCGI_INCLUDE_DIR} "../rapidjson/include" ) -- 2.39.5