roll back flatbuffers version

Signed-off-by: raver119 <raver119@gmail.com>
master
raver119 2020-01-31 15:57:55 +03:00
parent 1ab86d1306
commit 00cd61f32d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(flatbuffers-download NONE)
include(ExternalProject)
ExternalProject_Add(flatbuffers
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"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-build"
CONFIGURE_COMMAND ""