summaryrefslogtreecommitdiff
path: root/infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake')
-rw-r--r--infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake b/infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
index 2c6bd9f7a..ea2065850 100644
--- a/infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
+++ b/infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
@@ -6,12 +6,12 @@ function(_TensorFlowLite_import)
return()
endif(NOT TensorFlowSource_FOUND)
- nnas_find_package(FlatBuffersSource EXACT 1.10 QUIET)
+ nnas_find_package(FlatBuffers EXACT 2.0 QUIET)
- if(NOT FlatBuffersSource_FOUND)
+ if(NOT FlatBuffers_FOUND)
set(TensorFlowLite_FOUND FALSE PARENT_SCOPE)
return()
- endif(NOT FlatBuffersSource_FOUND)
+ endif(NOT FlatBuffers_FOUND)
nnas_find_package(Farmhash QUIET)