IVGCVSW-5574 Change directory for tensorflow libs for the delegate
authorJan Eilers <jan.eilers@arm.com>
Fri, 20 Nov 2020 10:57:51 +0000 (10:57 +0000)
committerJim Flynn <jim.flynn@arm.com>
Mon, 23 Nov 2020 16:24:30 +0000 (16:24 +0000)
 * TENSORFLOW_ROOT is already in use with a
   different expected value

Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Change-Id: I199987989678d8712a1f3e0a79ae066376429eec

delegate/cmake/Modules/FindTensorflow.cmake
delegate/cmake/Modules/FindTfLite.cmake

index 8b47d30..8f90011 100644 (file)
@@ -18,7 +18,7 @@ find_library(Tensorflow_LIB
         NAMES
             tensorflow_all
         HINTS
-            ${TENSORFLOW_ROOT})
+            ${TENSORFLOW_LIB_DIR})
 
 ## Set TENSORFLOW_FOUND
 find_package_handle_standard_args(Tensorflow DEFAULT_MSG Tensorflow_INCLUDE_DIR Tensorflow_LIB)
index 96e15db..9bb117e 100644 (file)
@@ -11,7 +11,7 @@ find_path(TfLite_INCLUDE_DIR
             tensorflow/lite
             third_party
         HINTS
-            ${TENSORFLOW_ROOT}/..)
+            ${TENSORFLOW_ROOT})
 
 find_library(TfLite_LIB
         NAMES