mirror of
https://github.com/ceph/ceph
synced 2025-03-20 09:16:59 +00:00
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:
parent
a66a644929
commit
d85f42dd69
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user