zephyr/share
Torsten Rasmussen 3b32444f10 sysbuild: shared cache variable instead of local scope variable
Fixes: #52353

If a CMake variable is available in both local scope and as CMake cache
variable, then the use of `${<var>}` fetches the local scoped variable.
If only the cache variable is set, then things works as expected.

Ensure that the cached variable is always the variable being shared to
images by using `$CACHE{<var>}` instead.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2022-12-27 12:44:19 +01:00
..
sysbuild sysbuild: shared cache variable instead of local scope variable 2022-12-27 12:44:19 +01: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