aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-10-29 15:25:48 +0000
committerJan Eilers <jan.eilers@arm.com>2020-11-09 15:51:08 +0000
commitc9bc80e1d93d27ad298133c7345627e6a946fb92 (patch)
treef748f0f2564220959dd6fc38310448c817a0d975 /tests
parent7b23785689486186f027110365cbe2a4bf6c831b (diff)
downloadarmnn-c9bc80e1d93d27ad298133c7345627e6a946fb92.tar.gz
IVGCVSW-5462 Link fmt statically
* Fmt didn't get installed properly. Each component of an interface library needs to be installed separately. * Changed fmt to be a static library Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Ic69bc9536ee01eed7b434b1ff53150581ba60e00
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index da757c2c82..9d3b026687 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -16,9 +16,6 @@ target_include_directories(inferenceTest PRIVATE ../src/armnnUtils)
target_include_directories(inferenceTest PRIVATE ../src/backends)
target_include_directories(inferenceTest PRIVATE ../third-party/stb)
-# Link fmt third-party library
-target_link_libraries(inferenceTest fmt)
-
if(BUILD_CAFFE_PARSER)
macro(CaffeParserTest testName sources)
add_executable_ex(${testName} ${sources})