summaryrefslogtreecommitdiff
path: root/infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake')
-rw-r--r--infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake b/infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake
index 750c61390..ff15d8576 100644
--- a/infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake
+++ b/infra/cmake/packages/TensorFlowLite-1.12/TensorFlowLiteConfig.cmake
@@ -23,12 +23,12 @@ function(_TensorFlowLite_import)
return()
endif(NOT Farmhash_FOUND)
- nnas_find_package(Eigen QUIET)
+ nnas_find_package(Eigen-fd6845384b86 QUIET)
- if(NOT Eigen_FOUND)
+ if(NOT Eigen-fd6845384b86_FOUND)
set(TensorFlowLite_FOUND FALSE PARENT_SCOPE)
return()
- endif(NOT Eigen_FOUND)
+ endif(NOT Eigen-fd6845384b86_FOUND)
nnas_find_package(GEMMLowp QUIET)