zephyr/share
Torsten Rasmussen 782a0515ed sysbuild: ensure warning is only printed when VAR is not used
When calling `sysbuild_get(<out-var> VAR <lookup-var> ...)` user
specifically specify the output variable and in such cases the overwrite
warning should not be printed, because such invocation is similar to a
regular `set(<var> <val>)` CMake call.

Only the invocation where the same variable name is used for lookup and
return variable, then the warning must be printed to avoid unintentional
overwriting of existing variables.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2023-06-08 06:49:55 -04:00
..
sysbuild sysbuild: ensure warning is only printed when VAR is not used 2023-06-08 06:49:55 -04:00
zephyr-package/cmake cmake: fix the wrong arg name when calling check_zephyr_package() 2022-12-19 14:34:37 +01:00
zephyrunittest-package/cmake cmake: Zephyr CMake package clean-up and minor fix 2020-08-19 12:52:33 -04:00