aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-05-07 17:07:09 +0100
committerJim Flynn <jim.flynn@arm.com>2021-05-10 12:17:00 +0000
commit01bc02d57fc9cbefeb53fbc79a8f0b5d28f87873 (patch)
tree3d28f44d55961d66b6c77aa29397333e25516270 /cmake
parentff9a29d5bf0e31245695d6787d1f5da93beae859 (diff)
downloadarmnn-01bc02d57fc9cbefeb53fbc79a8f0b5d28f87873.tar.gz
IVGCVSW-5808 Fix ArmNN backend profiling tests which fail on Jenkins with NPU enabled
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ie8f8d9d2dd65d85ed40529233ed45c09f862d602
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index e932020bce..b2f496d29c 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -339,10 +339,6 @@ if(ARMNNREF)
add_definitions(-DARMNNREF_ENABLED)
endif()
-if(ETHOSN_SUPPORT)
- add_definitions(-DETHOSN_SUPPORT_ENABLED)
-endif()
-
# This is the root for the dynamic backend tests to search for dynamic
# backends. By default it will be the project build directory.
add_definitions(-DDYNAMIC_BACKEND_BUILD_DIR="${PROJECT_BINARY_DIR}")