From 40d2741b459fb7d55ff034d615678848a8e0af7c Mon Sep 17 00:00:00 2001 From: Francis Murtagh Date: Thu, 28 Oct 2021 11:11:35 +0100 Subject: IVGCVSW-6513: Compilation failure in armnn-mobilenet-quant in ML-Examples * Move TContainer to armnnUtils library Signed-off-by: Francis Murtagh Change-Id: I3c0f895d11b66f6ee224ac689a19d0477f990b98 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2def5fe8e0..3d6f663b42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ list(APPEND armnnUtils_sources include/armnnUtils/Filesystem.hpp include/armnnUtils/FloatingPointComparison.hpp include/armnnUtils/FloatingPointConverter.hpp + include/armnnUtils/TContainer.hpp include/armnnUtils/TensorUtils.hpp include/armnnUtils/Threads.hpp include/armnnUtils/Transpose.hpp @@ -108,7 +109,6 @@ list(APPEND armnnUtils_sources src/armnnUtils/TensorUtils.cpp src/armnnUtils/Threads.cpp src/armnnUtils/Transpose.cpp - third-party/mapbox/variant.hpp ) add_library_ex(armnnUtils STATIC ${armnnUtils_sources}) -- cgit v1.2.1