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:
Kumar Gala 2019-03-09 18:02:41 -06:00 committed by Kumar Gala
parent c6662826b7
commit d6eaf5f7e9

View file

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