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:
parent
85d2202e43
commit
20d2bbdbf0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue