cmake: remove Beast submodule and include path

the beast library is included in boost 1.66

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2017-12-18 22:23:53 -05:00
parent a66a644929
commit d85f42dd69
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View File

@ -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

@ -1 +0,0 @@
Subproject commit 3fbbf22ed7fa47da2a1e0b6c96565c75d73a310c

View File

@ -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"
)