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:
Kumar Gala 2019-08-19 08:16:32 -05:00 committed by Kumar Gala
commit e17b8ab991

View file

@ -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)