cmake: Bump min SDK version to 0.10.0
We need the 0.10.0 release for new support for the ARM-v8m SoCs and RISC-V. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c6662826b7
commit
d6eaf5f7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if(NOT ZEPHYR_SDK_INSTALL_DIR)
|
|||
return()
|
||||
endif()
|
||||
|
||||
set(REQUIRED_SDK_VER 0.9.5)
|
||||
set(REQUIRED_SDK_VER 0.10.0)
|
||||
set(TOOLCHAIN_VENDOR zephyr)
|
||||
set(TOOLCHAIN_ARCH x86_64)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue