From c9bc80e1d93d27ad298133c7345627e6a946fb92 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 29 Oct 2020 15:25:48 +0000 Subject: 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 Change-Id: Ic69bc9536ee01eed7b434b1ff53150581ba60e00 --- tests/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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}) -- cgit v1.2.1