Skip to content

Commit

Permalink
upgrade flatbuffers to 1.6.0 (ray-project#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Mar 8, 2017
1 parent d001a50 commit 0de57be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/cmake/Common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(CMakeParseArguments)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

set(FLATBUFFERS_VERSION "1.3.0")
set(FLATBUFFERS_VERSION "1.6.0")

set(FLATBUFFERS_PREFIX "${CMAKE_BINARY_DIR}/flatbuffers_ep-prefix/src/flatbuffers_ep-install")
if (NOT TARGET flatbuffers_ep)
Expand Down
2 changes: 1 addition & 1 deletion src/numbuf/thirdparty/download_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if [ ! -d $TP_DIR/arrow ]; then
git clone https://github.com/pcmoritz/arrow.git "$TP_DIR/arrow"
fi
cd "$TP_DIR/arrow"
git checkout c88bd70c13cf16c07b840623cb466aa98d535be0
git checkout a4a5526e4a8fbc4e4d5382a5c806ec871d2fbd9f

0 comments on commit 0de57be

Please sign in to comment.