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: move host-tool loading from Zephyr-sdk into COMPONENTS
Move loading of Zephyr-sdk host tools cmake file from Zephyr into
Zephyr SDK itself.
This allows us to cleanup Zephyr CMake code as well as place the
responsibility of checking and loading host tools when available.
This removes the need for custom printing as CMake find_package()
provides this functionality built-in, as well as ensuring uniform
message formatting and general package handling.
It further remove the confusing message:
> -- Found host-tools: zephyr 0.15.0 (/opt/zephyr-sdk-0.15.0)
which is printed even when host tools are not installed.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
0 commit comments