cmake: Fix Zephyr SDK download URL
This commit fixes the outdated Zephyr SDK download URL in the toolchain verification script. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
30af51fc5e
commit
cedaa6a2e5
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ if(NOT DEFINED ZEPHYR_TOOLCHAIN_VARIANT)
|
|||
|
||||
message(FATAL_ERROR "${error_msg}
|
||||
The Zephyr SDK can be downloaded from:
|
||||
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${TOOLCHAIN_ZEPHYR_MINIMUM_REQUIRED_VERSION}/zephyr-sdk-${TOOLCHAIN_ZEPHYR_MINIMUM_REQUIRED_VERSION}-setup.run
|
||||
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v${TOOLCHAIN_ZEPHYR_MINIMUM_REQUIRED_VERSION}
|
||||
")
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue