You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: improve text description on minimum compatible versions
During review of zephyrproject-rtos/zephyr#53833
it became clear that existing description regarding minimum compatible
version was unclear. Also the variable name
`ZEPHYR_MINIMUM_COMPATIBLE_VERSION` could be mistaken for referring to
Zephyr itself, and not the Zephyr SDK.
Improve the description to be more precise that we are referring to
Zephyr SDK versions. Update `ZEPHYR_MINIMUM_COMPATIBLE_VERSION` to
`ZEPHYR_SDK_MINIMUM_COMPATIBLE_VERSION`.
Signed-off-by: Torsten Rasmussen <[email protected]>
0 commit comments