From b708e702c341ef0a7498d81c8fa934e0bd532981 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Mon, 29 Aug 2022 09:11:00 +0200 Subject: Update Flatbuffer version to 2.0.6 Change-Id: Id0005b8e68c4a439923941930eddc5f180c8342e --- tflite_micro.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tflite_micro.cmake b/tflite_micro.cmake index c8665aa..e9d0926 100644 --- a/tflite_micro.cmake +++ b/tflite_micro.cmake @@ -89,8 +89,8 @@ endfunction() # Flatbuffers # Synch revision with 'tensorflow/lite/micro/tools/make/flatbuffers_download.sh' download_third_party(tensorflow-flatbuffers - URL "https://github.com/google/flatbuffers/archive/dca12522a9f9e37f126ab925fd385c807ab4f84e.zip" - URL_MD5 aa9adc93eb9b33fa1a2a90969e48baee) + URL "https://github.com/google/flatbuffers/archive/a66de58af9565586832c276fbb4251fc416bf07f.zip" + URL_MD5 51a7a96747e1c33eb4aac6d52513a02f) target_include_directories(tflu PUBLIC ${tensorflow-flatbuffers_SOURCE_DIR}/include) -- cgit v1.2.1