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:
Kumar Gala 2019-08-08 11:30:54 -05:00 committed by Ioannis Glaropoulos
commit 9d3261927e

View file

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