From 5d955cf70ae0c5558d4f431f0fc6bd4552cd43a5 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 19 Apr 2021 16:59:48 +0100 Subject: IVGCVSW-5721 Remove the Tensorflow Parser from ArmNN Signed-off-by: Nikhil Raj Change-Id: Ida37d3ee3a1af0c75aa905199bd861726c646846 --- cmake/AddDllCopyCommands.cmake | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cmake/AddDllCopyCommands.cmake') diff --git a/cmake/AddDllCopyCommands.cmake b/cmake/AddDllCopyCommands.cmake index 6190170dbc..b32215adc8 100644 --- a/cmake/AddDllCopyCommands.cmake +++ b/cmake/AddDllCopyCommands.cmake @@ -39,14 +39,6 @@ macro(addDllCopyCommands target) addDllCopyCommand(${target} "$/armnn.dll" "$/armnn.dll") endif() - # armnnTfParser.dll - if ("armnnTfParser" IN_LIST target_deps) - addDllCopyCommand(${target} "$/armnnTfParser.dll" - "$/armnnTfParser.dll") - addDllCopyCommand(${target} "${PROTOBUF_ROOT}/bin/libprotobufd.dll" - "${PROTOBUF_ROOT}/bin/libprotobuf.dll") - endif() - # armnnTfLiteParser.dll if ("armnnTfLiteParser" IN_LIST target_deps) addDllCopyCommand(${target} "$/armnnTfLiteParser.dll" -- cgit v1.2.1