aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2021-09-21 09:06:31 +0000
committerJim Flynn <jim.flynn@arm.com>2021-09-21 09:07:01 +0000
commita3268f13d2b7abb9ae075389b4faae2b660d4889 (patch)
treedb3935b662b3f11fbcaedc267c01b82152c3878c /CMakeLists.txt
parentcdc495ea61a94ced93e877b62bcca5fa68f52f9b (diff)
downloadarmnn-a3268f13d2b7abb9ae075389b4faae2b660d4889.tar.gz
Revert "IVGCVSW-6181 patch to allow building against tflite > v2.3"
This reverts commit fc8d434bb318aebb433a2f6d8ce9c066cd9c1b1e. Reason for revert: Causes failures in the armv8 builds need to back out and fix again later Change-Id: I5ccdbb622caaa6413de41e1ee073f38dcabff7d8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28d63d35df..8e6c1f3495 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,8 +19,6 @@ foreach(cmake_file ${additional_cmake_files})
include(${cmake_file})
endforeach()
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/delegate/cmake/Modules/")
-
cmake_policy(SET CMP0057 NEW)
set(as_subproject Armnn)