diff --git a/cmake/modules/FindHostTools.cmake b/cmake/modules/FindHostTools.cmake index c8f28f21285..82225b49e56 100644 --- a/cmake/modules/FindHostTools.cmake +++ b/cmake/modules/FindHostTools.cmake @@ -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)