From: Casey Bodley Date: Tue, 19 Dec 2017 03:23:53 +0000 (-0500) Subject: cmake: remove Beast submodule and include path X-Git-Tag: v13.0.2~640^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d85f42dd697365ad6c6be80af2e31a6415f55d5e;p=ceph.git cmake: remove Beast submodule and include path the beast library is included in boost 1.66 Signed-off-by: Casey Bodley --- 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" )