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
sysbuild: create intermediate file for CMakeCache.txt configuration
Using `configure_file()` directly on an image's CMakeCache.txt file
creates a sysbuild CMake configure dependency on the image's cache file.
This means that any change to the CMake cache on any image results in a
CMake re-run on all images.
Create an intermediate file for configure_file() to depend upon.
The aligns sysbuild in nRF Connect SDK behavior with Zephyr wrt. image
CMake cache dependencies.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
0 commit comments