roll back flatbuffers version
Signed-off-by: raver119 <raver119@gmail.com>
This commit is contained in:
parent
1ab86d1306
commit
00cd61f32d
@ -5,7 +5,7 @@ project(flatbuffers-download NONE)
|
|||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(flatbuffers
|
ExternalProject_Add(flatbuffers
|
||||||
GIT_REPOSITORY https://github.com/google/flatbuffers.git
|
GIT_REPOSITORY https://github.com/google/flatbuffers.git
|
||||||
GIT_TAG v1.11.0
|
GIT_TAG v1.10.0
|
||||||
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-src"
|
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-src"
|
||||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-build"
|
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user