mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
upgrade flatbuffers to 1.6.0 (#345)
This commit is contained in:
committed by
Robert Nishihara
parent
d001a50644
commit
0de57be085
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user