From 6110f4122a478e6412d490178b3b11b3e8131893 Mon Sep 17 00:00:00 2001 From: Nir Ekhauz Date: Tue, 18 Jan 2022 12:45:20 +0200 Subject: Fix CMake warnings Updating the minimum required CMake version fixes toolchain warnings for Arm Clang. Change-Id: I8f7371136739f6beb758d03cc76c2df17180f07c --- targets/corstone-300/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt index 7c8db4e..5742cb1 100644 --- a/targets/corstone-300/CMakeLists.txt +++ b/targets/corstone-300/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2021 Arm Limited. All rights reserved. +# Copyright (c) 2020-2022 Arm Limited. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # @@ -35,7 +35,7 @@ set(ETHOSU_COMMAND_DEFAULT ${Python3_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/../ # Project ############################################################################# -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.21) project(ethos-u-corstone-300 VERSION 0.0.1) -- cgit v1.2.1