summaryrefslogtreecommitdiff
path: root/cmake/packages/FlatBuffersSourceConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/packages/FlatBuffersSourceConfig.cmake')
-rw-r--r--cmake/packages/FlatBuffersSourceConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/packages/FlatBuffersSourceConfig.cmake b/cmake/packages/FlatBuffersSourceConfig.cmake
index f062c2608..5f142bff7 100644
--- a/cmake/packages/FlatBuffersSourceConfig.cmake
+++ b/cmake/packages/FlatBuffersSourceConfig.cmake
@@ -7,9 +7,9 @@ function(_FlatBuffersSource_import)
nnfw_include(ExternalSourceTools)
nnfw_include(OptionTools)
- # NOTE TensorFlow 1.9 downloads FlatBuffers from the following URL
+ # NOTE TensorFlow 1.12 downloads FlatBuffers from the following URL
envoption(EXTERNAL_DOWNLOAD_SERVER "https://github.com")
- set(FLATBUFFERS_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/flatbuffers/archive/971a68110e4fc1bace10fcb6deeb189e7e1a34ce.tar.gz)
+ set(FLATBUFFERS_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/flatbuffers/archive/1f5eae5d6a135ff6811724f6c57f911d1f46bb15.tar.gz)
ExternalSource_Download("flatbuffers" ${FLATBUFFERS_URL})
set(FlatBuffersSource_DIR ${flatbuffers_SOURCE_DIR} PARENT_SCOPE)