Skip to content

Commit

Permalink
Add a new webscale dependency
Browse files Browse the repository at this point in the history
Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
  • Loading branch information
drilibo committed Oct 22, 2015
1 parent 695d044 commit 9f6ae51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
[submodule "re2/src"]
path = re2/src
url = https://github.com/google/re2.git
[submodule "webscalesqlclient/webscalesql-5.6"]
path = webscalesqlclient/webscalesql-5.6
url = https://github.com/webscalesql/webscalesql-5.6.git
ignore = dirty
[submodule "squangle/squangle"]
path = squangle/src
url = https://github.com/facebook/squangle.git
[submodule "wangle/src"]
path = wangle/src
url = https://github.com/facebook/wangle
[submodule "webscalesqlclient/mysql-5.6"]
path = webscalesqlclient/mysql-5.6
url = https://github.com/facebook/mysql-5.6.git
2 changes: 1 addition & 1 deletion webscalesqlclient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(ExternalProject)
SET(CMAKE_C_FLAGS "-Wno-maybe-uninitialized ${CMAKE_C_FLAGS}")
ExternalProject_Add(
webscalesqlclient
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/webscalesql-5.6/
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/
CMAKE_ARGS
-DWITHOUT_SERVER=TRUE
-DDISABLE_SHARED=TRUE
Expand Down
1 change: 1 addition & 0 deletions webscalesqlclient/mysql-5.6
Submodule mysql-5.6 added at e65728
2 changes: 1 addition & 1 deletion webscalesqlclient/src
1 change: 0 additions & 1 deletion webscalesqlclient/webscalesql-5.6
Submodule webscalesql-5.6 deleted from 04456e

0 comments on commit 9f6ae51

Please sign in to comment.