File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ project(blink
66 LANGUAGES Swift
77)
88
9- if ("${CMAKE_Swift_COMPILER_VERSION} " VERSION_LESS 6.0 )
10- message (FATAL_ERROR "Swift 6.0 or later is required" )
9+ if ("${CMAKE_Swift_COMPILER_VERSION} " VERSION_LESS 6.1 )
10+ message (FATAL_ERROR "Swift 6.1 or later is required" )
1111endif ()
1212
1313if (POLICY CMP0169)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run blink rv32-blink_leds (QEMU) example on NuttX RTOS.
1313- [ kconfig-frontends] ( https://bitbucket.org/nuttx/tools )
1414- [ CMake] ( https://cmake.org/download/ )
1515- [ QEMU] ( https://www.qemu.org/ )
16- - [ Swift 6] ( https://swift.org/download/ )
16+ - [ Swift 6] ( https://swift.org/download/ ) - Swift 6.1 or greater
1717- [ RISC-V GNU Toolchain] ( https://github.com/riscv-collab/riscv-gnu-toolchain/releases )
1818
1919## How to build
You can’t perform that action at this time.
0 commit comments