cmake: modules: host tools: Bump minimum version to 0.16

Some tests require the zephyr toolchain version 0.16 or newer to
be able to use picolibc functionality.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-09-08 07:30:30 +01:00 committed by Carles Cufí
commit 20d2bbdbf0

View file

@ -50,7 +50,7 @@ endif()
find_package(Deprecated COMPONENTS XCC_USE_CLANG CROSS_COMPILE)
find_package(Zephyr-sdk 0.15)
find_package(Zephyr-sdk 0.16)
# gperf is an optional dependency
find_program(GPERF gperf)