aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-11-15 14:44:43 +0000
committerJan Eilers <jan.eilers@arm.com>2020-11-17 10:59:15 +0000
commitb968a4fdf81a3ad754c938b0bca7bd59d45e2725 (patch)
tree37c0637a5a983e7df45ad477fdcabd8c531747d4
parent4a3d5059a811d9596120175c9f88f03aa07a0277 (diff)
downloadarmnn-b968a4fdf81a3ad754c938b0bca7bd59d45e2725.tar.gz
IVGCVSW-5463 Change cmake version for delegate to 3.7
Signed-off-by: Jan Eilers <jan.eilers@arm.com> Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: Idb3f9018a22d0f63c0f993fdfd282a1195454ac9
-rw-r--r--delegate/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index d4de4c23fe..6c238fab0f 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
#
-cmake_minimum_required (VERSION 3.8.0)
+cmake_minimum_required (VERSION 3.7.0)
project(armnnDelegate)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wall -Wextra -Werror -Wold-style-cast -Wno-missing-braces -Wconversion -Wsign-conversion")