cmake: Bump min version to 0.10.2
We want to use the riscv64 toolchain across the board for RISC-V. That requires a min of the 0.10.2 SDK, so bump the version before we make that change. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
8dc83c1d94
commit
9d3261927e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if(NOT ZEPHYR_SDK_INSTALL_DIR)
|
|||
return()
|
||||
endif()
|
||||
|
||||
set(REQUIRED_SDK_VER 0.10.1)
|
||||
set(REQUIRED_SDK_VER 0.10.2)
|
||||
set(TOOLCHAIN_VENDOR zephyr)
|
||||
set(TOOLCHAIN_ARCH x86_64)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue