From 999d136c247e080d131398dba078f15a3e82ddf2 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Fri, 20 Nov 2020 10:57:51 +0000 Subject: IVGCVSW-5574 Change directory for tensorflow libs for the delegate * TENSORFLOW_ROOT is already in use with a different expected value Signed-off-by: Jan Eilers Change-Id: I199987989678d8712a1f3e0a79ae066376429eec --- delegate/cmake/Modules/FindTfLite.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/cmake/Modules/FindTfLite.cmake') diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake index 96e15db108..9bb117efac 100644 --- a/delegate/cmake/Modules/FindTfLite.cmake +++ b/delegate/cmake/Modules/FindTfLite.cmake @@ -11,7 +11,7 @@ find_path(TfLite_INCLUDE_DIR tensorflow/lite third_party HINTS - ${TENSORFLOW_ROOT}/..) + ${TENSORFLOW_ROOT}) find_library(TfLite_LIB NAMES -- cgit v1.2.1