Skip to content

Commit bc4450c

Browse files
committed
Revert "rapidjson as git submodule"
This reverts commit 44d843e.
1 parent 44d843e commit bc4450c

File tree

13 files changed

+2681
-5
lines changed

13 files changed

+2681
-5
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "msvc-deps/curl"]
22
path = msvc-deps/curl
33
url = https://github.com/bagder/curl.git
4-
[submodule "backends/twitter/rapidjson"]
5-
path = backends/twitter/rapidjson
6-
url = https://github.com/miloyip/rapidjson.git

backends/twitter/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl)
2-
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/rapidjson/include)
32
FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp)
43
add_executable(spectrum2_twitter_backend ${SRC})
54

backends/twitter/rapidjson

-1
This file was deleted.

0 commit comments

Comments
 (0)