From 88b902543ded6cf991fee3776f22040240683df4 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Sun, 23 Oct 2022 14:02:57 +0100 Subject: IVGCVSW-7126 Modify odrer of Tf 2.10 libraries * Modify the order of Tf absl libraries in delegate build. * Disable failing delegate unit tests. * Add -Wno-comment to delegate ExecuteNetwork build. Signed-off-by: Colm Donelan Change-Id: I9e4696e032a5e26df8ba578b980456cbac4d0ab0 --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9ac9bcb636..dd18a322ea 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -156,6 +156,7 @@ if (BUILD_ARMNN_SERIALIZER NetworkExecutionUtils/NetworkExecutionUtils.hpp) if(BUILD_ARMNN_TFLITE_DELEGATE) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-comment") set(ExecuteNetwork_sources ${ExecuteNetwork_sources} ExecuteNetwork/TfliteExecutor.cpp -- cgit v1.2.1