From e0da7e029b618a5b701f553ffb94efe869edcdb3 Mon Sep 17 00:00:00 2001 From: Jonas Ohlsson Date: Tue, 4 May 2021 12:38:27 +0200 Subject: MLBEDSW-4228 Building on Windows Changes to facilitate building on Windows systems. Signed-off-by: Jonas Ohlsson Change-Id: Ib95bd89fe476790333bafccc3f6fa402b6569166 --- targets/corstone-300/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'targets/corstone-300') diff --git a/targets/corstone-300/CMakeLists.txt b/targets/corstone-300/CMakeLists.txt index a9e69ec..4e766df 100644 --- a/targets/corstone-300/CMakeLists.txt +++ b/targets/corstone-300/CMakeLists.txt @@ -26,7 +26,7 @@ if (NOT CMAKE_TOOLCHAIN_FILE) set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/toolchain/armclang.cmake") endif() -set(ETHOSU_COMMAND_DEFAULT ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/run_ctest.py -t corstone-300) +set(ETHOSU_COMMAND_DEFAULT python3 ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/run_ctest.py -t corstone-300) option(CPU_CACHE_ENABLE "Enable CPU instruction- and data cache" ON) @@ -34,6 +34,8 @@ option(CPU_CACHE_ENABLE "Enable CPU instruction- and data cache" ON) # 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) project(ethos-u-corstone-300 VERSION 0.0.1) -- cgit v1.2.1