cmake: Bump min version to 0.10.3
We need SDK version 0.10.3 to fix a build regress on RISC-V when linking. So bump the version to pickup that fix. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
13a89cfbe7
commit
e17b8ab991
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.2)
|
||||
set(REQUIRED_SDK_VER 0.10.3)
|
||||
set(TOOLCHAIN_VENDOR zephyr)
|
||||
set(TOOLCHAIN_ARCH x86_64)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue