SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(INC_DIR "${PROJECT_SOURCE_DIR}/include")
-SET(dependents "dlog inference-engine-interface-common tensorflow-lite")
+SET(dependents "dlog inference-engine-interface-common tensorflow2-lite")
INCLUDE(FindPkgConfig)
pkg_check_modules(${fw_name} REQUIRED ${dependents})
ENDFOREACH(flag)
FOREACH(flag ${${fw_name}_LDFLAGS})
- SET(EXTRA_LDFLAGS "${EXTRA_LDFLAGS} ${flag} -lEGL -lGLESv2 -ltensorflowlite -ltensorflowlite_gpu_delegate")
+ SET(EXTRA_LDFLAGS "${EXTRA_LDFLAGS} ${flag} -lEGL -lGLESv2")
ENDFOREACH(flag)
#Remove leading whitespace POLICY CMP0004
STRING(REGEX REPLACE "^ " "" EXTRA_LDFLAGS ${EXTRA_LDFLAGS})
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(inference-engine-interface-common)
BuildRequires: coregl-devel
-BuildRequires: tensorflow-lite-devel
BuildRequires: tensorflow2-lite-devel
%description