]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: remove Beast submodule and include path
authorCasey Bodley <cbodley@redhat.com>
Tue, 19 Dec 2017 03:23:53 +0000 (22:23 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 5 Jan 2018 19:55:23 +0000 (14:55 -0500)
the beast library is included in boost 1.66

Signed-off-by: Casey Bodley <cbodley@redhat.com>
.gitmodules
src/Beast [deleted submodule]
src/rgw/CMakeLists.txt

index f2cafd8924672289aa8c0eea1d481a0656edd35d..5f77912f0d170a9b22dbc19e7237c33e11cbafe3 100644 (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
diff --git a/src/Beast b/src/Beast
deleted file mode 160000 (submodule)
index 3fbbf22..0000000
--- a/src/Beast
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 3fbbf22ed7fa47da2a1e0b6c96565c75d73a310c
index 05071c04f162a697fd40348159da2e86713d5d1d..f01dff917ed24572ca6e32d45d5a823ebdb7f0b4 100644 (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"
   )