commit | 122be858fd7178f2d6e4670bc7dc02588a254dca | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Tue Jul 30 10:36:30 2019 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Tue Jul 30 12:47:09 2019 +0200 |
tree | 55a280cfaef28b27a700d1be4368e42940ea3766 | |
parent | 134421469ba9755ec94964d380061a6d432b441e [diff] [blame] |
CMSIS-DSP:Some corrections to cmake build system.
diff --git a/CMSIS/DSP/configPlatform.cmake b/CMSIS/DSP/configPlatform.cmake index b1e589f..4fa12f2 100644 --- a/CMSIS/DSP/configPlatform.cmake +++ b/CMSIS/DSP/configPlatform.cmake
@@ -1,5 +1,5 @@ option(SEMIHOSTING "Test trace using printf" ON) -option(PLATFORM "Platform" "FVP") +SET(PLATFORM "FVP") if (PLATFORM STREQUAL "FVP")