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.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 9bb117efac..18d6032147 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -16,6 +16,7 @@ find_path(TfLite_INCLUDE_DIR
find_library(TfLite_LIB
NAMES
"libtensorflow_lite_all.so"
+ "libtensorflowlite.so"
HINTS
${TFLITE_LIB_ROOT})