Skip to content

Commit 6da35a8

Browse files
tejlmandcarlescufi
authored andcommitted
cmake: limit Zephyr SDK to 0.16.x series for Zephyr 3.7 LTS
Zephyr SDK compatibility level 0.16 is now an LTS intended for Zephyr v3.7 LTS. Thus, limit the upper Zephyr SDK lookup to <0.17, so that developers working with Zephyr v3.7 LTS and latest Zephyr main can install both Zephyr SDK 0.16.x along side Zephyr SDK >=0.17 and have the Zephyr SDK 0.16.x series being used for v3.7 LTS development. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent c94fee8 commit 6da35a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindHostTools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif()
5050

5151
find_package(Deprecated COMPONENTS CROSS_COMPILE)
5252

53-
find_package(Zephyr-sdk 0.16)
53+
find_package(Zephyr-sdk 0.16...<0.17)
5454

5555
# gperf is an optional dependency
5656
find_program(GPERF gperf)

0 commit comments

Comments
 (0)