aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-22 12:34:25 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-22 12:34:25 +0100
commite07dda6a06e66b055e9302d8c35233ff87e3e934 (patch)
tree2d6bd76b3ed984f8e97e271bef1a3e4e3c3bd14e /targets
parente277674bffe100acb0b34531fe19f983174feca8 (diff)
downloadethos-u-core-platform-e07dda6a06e66b055e9302d8c35233ff87e3e934.tar.gz
Updating required CMake version to 3.20
Change-Id: Icd870cad2917480a01d5f79897931c1effc66546
Diffstat (limited to 'targets')
-rw-r--r--targets/corstone-300/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt
index 6558e0d..9d5ce26 100644
--- a/targets/corstone-300/CMakeLists.txt
+++ b/targets/corstone-300/CMakeLists.txt
@@ -32,9 +32,7 @@ set(ETHOSU_COMMAND_DEFAULT python3 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/run
# Project
#############################################################################
-# Note: On Windows systems CMake 3.20.0 might cause issues with errouneous dependency make files.
-# Issues solved with CMake 3.20.1.
-cmake_minimum_required(VERSION 3.15.6)
+cmake_minimum_required(VERSION 3.20)
project(ethos-u-corstone-300 VERSION 0.0.1)