aboutsummaryrefslogtreecommitdiff
path: root/delegate/cmake/Modules/FindTfLite.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/cmake/Modules/FindTfLite.cmake')
-rw-r--r--delegate/cmake/Modules/FindTfLite.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 18d6032147..41f55e3e8d 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -18,7 +18,8 @@ find_library(TfLite_LIB
"libtensorflow_lite_all.so"
"libtensorflowlite.so"
HINTS
- ${TFLITE_LIB_ROOT})
+ ${TFLITE_LIB_ROOT}
+ ${TFLITE_LIB_ROOT}/tensorflow/lite)
find_path(TfLite_Schema_INCLUDE_PATH
schema_generated.h